diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 333aa63c..921f51e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: python -m pytest --cov=pint_xarray --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