diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd7921..40b267f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: python -m pytest --cov=pint_xarray --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.xml flags: unittests