We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd37ea commit dd52eb4Copy full SHA for dd52eb4
.github/workflows/jest.yml
@@ -33,4 +33,4 @@ jobs:
33
npm test
34
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
.github/workflows/test.yml
@@ -371,7 +371,7 @@ jobs:
371
daemonset/binderhub-test-pink
372
373
# GitHub action reference: https://github.com/codecov/codecov-action
374
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
375
376
test-local:
377
runs-on: ubuntu-22.04
@@ -456,4 +456,4 @@ jobs:
456
run: cat testing/local-binder-local-hub/jupyterhub.log
457
458
459
0 commit comments