Skip to content

Commit dd52eb4

Browse files
chore(deps): 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 0dd37ea commit dd52eb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
npm test
3434
3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ jobs:
371371
daemonset/binderhub-test-pink
372372
373373
# GitHub action reference: https://github.com/codecov/codecov-action
374-
- uses: codecov/codecov-action@v4
374+
- uses: codecov/codecov-action@v5
375375

376376
test-local:
377377
runs-on: ubuntu-22.04
@@ -456,4 +456,4 @@ jobs:
456456
run: cat testing/local-binder-local-hub/jupyterhub.log
457457

458458
# GitHub action reference: https://github.com/codecov/codecov-action
459-
- uses: codecov/codecov-action@v4
459+
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)