diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index ab0f4f7..9fd3f57 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -35,7 +35,7 @@ jobs: run: | python -m pytest --cov-config=.coveragerc --cov-report xml:./coverage.xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: success() with: file: ./coverage.xml #optional