diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 124cd66..a845f3d 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -194,7 +194,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@v3 + uses: codecov/codecov-action@v4 with: files: target/coverage/*.lcov