diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28f991c..1c9847e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: coverage run -m pytest --basetemp={envtmpdir} - name: Create XML report run: coverage xml - - uses: codecov/codecov-action@v3.1.3 + - uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml