diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4970d94..bb1f761 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -189,7 +189,7 @@ jobs: grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/tests.lcov - name: Upload to codecov.io - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: target/coverage/*.lcov token: ${{ secrets.CODECOV_TOKEN }}