diff --git a/.github/workflows/test_checkout_one_os.yml b/.github/workflows/test_checkout_one_os.yml index 3b576cc4e..43e2b216a 100644 --- a/.github/workflows/test_checkout_one_os.yml +++ b/.github/workflows/test_checkout_one_os.yml @@ -100,7 +100,9 @@ jobs: project-token: ${{ secrets.codacy_project_token }} coverage-reports: tests_and_analysis/test/reports/coverage*.xml - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: inputs.coverage with: files: tests_and_analysis/test/reports/coverage*.xml + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true