diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index db27d792d..748530706 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -28,7 +28,7 @@ jobs: cache: 'yarn' - run: yarn install --immutable - run: yarn run test:e2e:cov - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: directory: coverage-e2e flags: e2e-tests diff --git a/.github/workflows/nest.js.yml b/.github/workflows/nest.js.yml index 25f0d2fb5..ae155d59b 100644 --- a/.github/workflows/nest.js.yml +++ b/.github/workflows/nest.js.yml @@ -59,7 +59,7 @@ jobs: cache: 'yarn' - run: yarn install --immutable - run: yarn run test:cov - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: directory: coverage flags: integration-tests