diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eb6d60578..2b79925add 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: python -m pytest -v --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: file: ./coverage.xml flags: unittests