Skip to content

Commit f1b512b

Browse files
authored
Merge pull request #915 from ipython/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 8d170cb + 53fc1e4 commit f1b512b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-ssh.yml

+1-1
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@v4
155+
uses: codecov/codecov-action@v5

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
${EXEC} chmod -R a+rw .coverage*
153153
154154
- name: Submit codecov report
155-
uses: codecov/codecov-action@v4
155+
uses: codecov/codecov-action@v5
156156

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

0 commit comments

Comments
 (0)