Skip to content

Commit

Permalink
Merge pull request #1821 from jupyterhub/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
consideRatio committed Feb 1, 2024
2 parents c85cac4 + 3c24217 commit 94131db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
daemonset/binderhub-test-pink
# GitHub action reference: https://github.com/codecov/codecov-action
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

test-local:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -447,4 +447,4 @@ jobs:
run: cat testing/local-binder-local-hub/jupyterhub.log

# GitHub action reference: https://github.com/codecov/codecov-action
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4

0 comments on commit 94131db

Please sign in to comment.