diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18959470..0748aac3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,7 +249,7 @@ jobs: - name: Measure coverage run: cargo llvm-cov --features ring,pem,x509-parser --lcov --output-path ./lcov.info - name: Report to codecov.io - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./lcov.info