diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e23a927..63f258277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: python -m pytest test -v --cov=./uxarray --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4.0.2 + uses: codecov/codecov-action@v4.1.0 with: file: ./coverage.xml flags: unittests