diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24ebba4..a5c6088 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,7 +245,7 @@ jobs: run: cargo llvm-cov --all-features --lcov --output-path lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: lcov.info fail_ci_if_error: false