Skip to content

Commit b22765f

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#554)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9ae54e commit b22765f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
pytest -n auto --cov=./ --cov-report=xml
5252
- name: Upload code coverage to Codecov
53-
uses: codecov/codecov-action@v5.1.2
53+
uses: codecov/codecov-action@v5.3.1
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
116116
- name: Upload mypy coverage to Codecov
117-
uses: codecov/codecov-action@v5.1.2
117+
uses: codecov/codecov-action@v5.3.1
118118
with:
119119
file: mypy_report/cobertura.xml
120120
flags: mypy

0 commit comments

Comments
 (0)