Skip to content

Commit 7e24150

Browse files
Bump the actions group with 1 update (#8896)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6de9936 commit 7e24150

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-additional.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
129129
130130
- name: Upload mypy coverage to Codecov
131-
uses: codecov/[email protected].0
131+
uses: codecov/[email protected].1
132132
with:
133133
file: mypy_report/cobertura.xml
134134
flags: mypy
@@ -182,7 +182,7 @@ jobs:
182182
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report xarray/
183183
184184
- name: Upload mypy coverage to Codecov
185-
uses: codecov/[email protected].0
185+
uses: codecov/[email protected].1
186186
with:
187187
file: mypy_report/cobertura.xml
188188
flags: mypy39
@@ -243,7 +243,7 @@ jobs:
243243
python -m pyright xarray/
244244
245245
- name: Upload pyright coverage to Codecov
246-
uses: codecov/[email protected].0
246+
uses: codecov/[email protected].1
247247
with:
248248
file: pyright_report/cobertura.xml
249249
flags: pyright
@@ -302,7 +302,7 @@ jobs:
302302
python -m pyright xarray/
303303
304304
- name: Upload pyright coverage to Codecov
305-
uses: codecov/[email protected].0
305+
uses: codecov/[email protected].1
306306
with:
307307
file: pyright_report/cobertura.xml
308308
flags: pyright39

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
path: pytest.xml
144144

145145
- name: Upload code coverage to Codecov
146-
uses: codecov/[email protected].0
146+
uses: codecov/[email protected].1
147147
with:
148148
file: ./coverage.xml
149149
flags: unittests

.github/workflows/upstream-dev-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: |
144144
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
145145
- name: Upload mypy coverage to Codecov
146-
uses: codecov/[email protected].0
146+
uses: codecov/[email protected].1
147147
with:
148148
file: mypy_report/cobertura.xml
149149
flags: mypy

0 commit comments

Comments
 (0)