diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 802c8bd75..598138af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -554,7 +554,7 @@ jobs: cargo llvm-cov report --lcov --output-path lcov.info - name: upload coverage report to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: steps.coverage.outcome == 'success' with: files: lcov.info