Skip to content

Commit a6e559d

Browse files
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v5...v6) ⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24.
1 parent f66865a commit a6e559d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
shell: "bash -l {0}"
6464
run: pytest -v
6565

66-
- uses: codecov/codecov-action@v5
66+
- uses: codecov/codecov-action@v6
6767
with:
6868
fail_ci_if_error: true
6969
token: ${{ secrets.CODECOV_TOKEN }}
@@ -117,7 +117,7 @@ jobs:
117117
- name: Run checksum tests
118118
run: pytest -v tests/test_checksum32.py
119119

120-
- uses: codecov/codecov-action@v5
120+
- uses: codecov/codecov-action@v6
121121
with:
122122
fail_ci_if_error: true
123123
token: ${{ secrets.CODECOV_TOKEN }}
@@ -166,7 +166,7 @@ jobs:
166166
- name: Run Zarr integration tests
167167
run: pytest tests/test_zarr3.py tests/test_zarr3_import.py
168168

169-
- uses: codecov/codecov-action@v5
169+
- uses: codecov/codecov-action@v6
170170
with:
171171
fail_ci_if_error: true
172172
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)