diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195b12c5..7e210380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: - name: Measure coverage run: cargo llvm-cov --all-features --lcov --output-path ./lcov.info - name: Report to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./lcov.info