Skip to content

Commit 65f1373

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) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc62f2b commit 65f1373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-ssh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ jobs:
152152
pytest -v --maxfail=2 --cov=ipyparallel ipyparallel/tests/test_ssh.py
153153
154154
- name: Submit codecov report
155-
uses: codecov/codecov-action@v5
155+
uses: codecov/codecov-action@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
${EXEC} chmod -R a+rw .coverage*
173173
174174
- name: Submit codecov report
175-
uses: codecov/codecov-action@v5
175+
uses: codecov/codecov-action@v6
176176

177177
- name: Report on slurm
178178
if: ${{ matrix.cluster_type == 'slurm' && failure() }}

0 commit comments

Comments
 (0)