diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3905903..9f2a9977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: cargo llvm-cov report --branch \ --cobertura --output-path cobertura.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: files: lcov.info,cobertura.xml fail_ci_if_error: false