diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 49638e7e4..b79774c75 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -85,7 +85,7 @@ jobs: path: "build" overwrite: true - - uses: codecov/codecov-action@v5.4.0 # upload the coverage to codecov + - uses: codecov/codecov-action@v5.4.2 # 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.4, latest deps