From 6d450e4fe46bdaeb2c4a2a4a89d710298c97f70c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jul 2021 18:06:14 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v2 Signed-off-by: Renovate Bot --- .github/workflows/nest.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nest.js.yml b/.github/workflows/nest.js.yml index 09ae5928d..54735056e 100644 --- a/.github/workflows/nest.js.yml +++ b/.github/workflows/nest.js.yml @@ -83,7 +83,7 @@ jobs: ${{ runner.os }}-yarn- - run: yarn --frozen-lockfile --prefer-offline - run: yarn run test:cov - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: directory: coverage flags: integration-tests @@ -110,7 +110,7 @@ jobs: ${{ runner.os }}-yarn- - run: yarn --frozen-lockfile --prefer-offline - run: yarn run test:e2e:cov - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: directory: coverage-e2e flags: e2e-tests