diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index b8f8871..780ef9b 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -83,7 +83,7 @@ jobs: target/coverage/prof - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: lcov.info fail_ci_if_error: false