diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 65dc772998..8951218123 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -84,7 +84,7 @@ jobs: name: "codeCoverage" path: "build" - - uses: codecov/codecov-action@v3.1.5 # upload the coverage to codecov + - uses: codecov/codecov-action@v4.0.1 # upload the coverage to codecov with: fail_ci_if_error: true # optional (default = false) # Do not upload in forks, and only on php8, latest deps