Skip to content

Commit 18df989

Browse files
authored
Merge pull request #994 from ipython/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents dc62f2b + 65f1373 commit 18df989

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)