Skip to content

Commit 00eb4ac

Browse files
Bump codecov/codecov-action from 5.5.2 to 6.0.0 in the actions group (#11252)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.5.2...v6.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbe0aa2 commit 00eb4ac

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-additional.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
pixi run -e ${{env.PIXI_ENV}} -- python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
133133
134134
- name: Upload mypy coverage to Codecov
135-
uses: codecov/codecov-action@v5.5.2
135+
uses: codecov/codecov-action@v6.0.0
136136
with:
137137
files: mypy_report/cobertura.xml
138138
flags: mypy
@@ -177,7 +177,7 @@ jobs:
177177
pixi run -e ${{env.PIXI_ENV}} -- python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
178178
179179
- name: Upload mypy coverage to Codecov
180-
uses: codecov/codecov-action@v5.5.2
180+
uses: codecov/codecov-action@v6.0.0
181181
with:
182182
files: mypy_report/cobertura.xml
183183
flags: mypy-min
@@ -276,7 +276,7 @@ jobs:
276276
pixi run -e ${{ matrix.pixi-env }} -- python -m pyright xarray/
277277
278278
- name: Upload pyright coverage to Codecov
279-
uses: codecov/codecov-action@v5.5.2
279+
uses: codecov/codecov-action@v6.0.0
280280
with:
281281
files: pyright_report/cobertura.xml
282282
flags: pyright

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
path: pytest.xml
167167

168168
- name: Upload code coverage to Codecov
169-
uses: codecov/codecov-action@v5.5.2
169+
uses: codecov/codecov-action@v6.0.0
170170
env:
171171
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
172172
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
pixi run -e ${{matrix.pixi-env}} -- python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
160160
- name: Upload mypy coverage to Codecov
161-
uses: codecov/codecov-action@v5.5.2
161+
uses: codecov/codecov-action@v6.0.0
162162
with:
163163
files: mypy_report/cobertura.xml
164164
flags: mypy

0 commit comments

Comments
 (0)