diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index a42ce5a..1c12266 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -87,7 +87,7 @@ jobs: # - the '(steps..conclusion == 'success' || steps..conclusion == 'failure')' condition: to run the steps only if the step has ran, regardless # if it failed or not. It won't run if the step has been skipped or cancelled. - name: Upload test coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: ${{ env.TEST_COVERAGE_FILE }} fail_ci_if_error: true