diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 47b6c5a0fd..c6dc96710d 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -84,7 +84,7 @@ jobs: path: "build" overwrite: true - - uses: codecov/codecov-action@v4.0.1 # upload the coverage to codecov + - uses: codecov/codecov-action@v4.1.1 # upload the coverage to codecov with: fail_ci_if_error: false # optional (default = false) - Need CODECOV_TOKEN # Do not upload in forks, and only on php8.3, latest deps