diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a3d69e..58b71e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -157,7 +157,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