diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaef0d1..64a8224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: coverage run -m pytest --basetemp={envtmpdir} - name: Create XML report run: coverage xml - - uses: codecov/codecov-action@v3.1.4 + - uses: codecov/codecov-action@v4.0.0 with: file: ./coverage.xml