diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a445d8c..3a93efc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: - name: Upload Coverage to Codecov if: matrix.gcov_executable != '' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true verbose: true