diff --git a/.github/workflows/ci_tests_quick.yml b/.github/workflows/ci_tests_quick.yml index ad71ea5b2c..4965f3e4ba 100644 --- a/.github/workflows/ci_tests_quick.yml +++ b/.github/workflows/ci_tests_quick.yml @@ -89,7 +89,7 @@ jobs: - name: Upload coverage data to Codecov if: ${{ matrix.os == 'ubuntu-latest' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: false name: codecov-umbrella