diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a169b5c..5903f97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,4 +26,4 @@ jobs: CFLAGS: "-DCYTHON_TRACE=1" BENCODER_LINETRACE: 1 - run: python -m pytest --cov=bencoder --cov-report=xml . - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5