diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 517dd2d1..181369a1 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -270,7 +270,7 @@ jobs: grcov . --binary-path ./target/debug/doctestbins/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/doctests.lcov - name: Upload to codecov.io - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: target/coverage/*.lcov