Skip to content

Commit 53fc1e4

Browse files
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3d393d commit 53fc1e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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

Diff for: .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)