diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9209e13a..81b45e8f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -555,7 +555,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