diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index 2e6b6a8..ab0f4f7 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@v3 + - uses: codecov/codecov-action@v4 if: success() with: file: ./coverage.xml #optional