diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53bb1a2..7679daa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Generate code coverage run: cargo llvm-cov --all-features --codecov --output-path coverage.json - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.2 + uses: codecov/codecov-action@v5.5.2 with: files: coverage.json token: ${{ secrets.CODECOV_TOKEN }}