diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f19970218..3d0927b678 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -700,7 +700,7 @@ jobs: cargo llvm-cov report --lcov --output-path lcov.info - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: steps.coverage.outcome == 'success' with: files: lcov.info