diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 02fa936a4..6d2f28762 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.2.0 # upload the coverage to codecov + - uses: codecov/codecov-action@v4.3.0 # 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