diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 9e09f213b..15e2b3ca3 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@v5.0.7 # upload the coverage to codecov + - uses: codecov/codecov-action@v5.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