Skip to content

Commit 3b1c922

Browse files
Bump codecov/codecov-action from 5.5.1 to 5.5.2 (#610)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c17e0e commit 3b1c922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pytest -n auto --cov=./ --cov-report=xml
5959
6060
- name: Upload code coverage to Codecov
61-
uses: codecov/codecov-action@v5.5.1
61+
uses: codecov/codecov-action@v5.5.2
6262
with:
6363
file: ./coverage.xml
6464
flags: unittests
@@ -98,7 +98,7 @@ jobs:
9898
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
9999
100100
- name: Upload mypy coverage to Codecov
101-
uses: codecov/codecov-action@v5.5.1
101+
uses: codecov/codecov-action@v5.5.2
102102
with:
103103
file: mypy_report/cobertura.xml
104104
flags: mypy

0 commit comments

Comments
 (0)