diff --git a/.github/workflows/tests_coverage.yml b/.github/workflows/tests_coverage.yml index 2709b1702..7f4a114e8 100644 --- a/.github/workflows/tests_coverage.yml +++ b/.github/workflows/tests_coverage.yml @@ -25,7 +25,7 @@ jobs: name: unit-tests-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true @@ -47,7 +47,7 @@ jobs: name: e2e-tests-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true @@ -69,7 +69,7 @@ jobs: name: cypress-tests-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.0.2 if: ${{ !github.event.pull_request.head.repo.fork }} with: fail_ci_if_error: true