Skip to content

Commit 3bd61c0

Browse files
Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#572)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b234dd9 commit 3bd61c0

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
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
pytest -n auto --cov=./ --cov-report=xml
7272
- name: Upload code coverage to Codecov
73-
uses: codecov/[email protected].2
73+
uses: codecov/[email protected].3
7474
with:
7575
file: ./coverage.xml
7676
flags: unittests
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
111111
- name: Upload mypy coverage to Codecov
112-
uses: codecov/[email protected].2
112+
uses: codecov/[email protected].3
113113
with:
114114
file: mypy_report/cobertura.xml
115115
flags: mypy

0 commit comments

Comments
 (0)