diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f9acf17..ba243180 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: run: | pytest -n auto --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: file: ./coverage.xml flags: unittests @@ -114,7 +114,7 @@ jobs: run: | python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/ - name: Upload mypy coverage to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2 with: file: mypy_report/cobertura.xml flags: mypy