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 9d3ffdb commit eb53b61Copy full SHA for eb53b61
1 file changed
.github/workflows/nodejs.yml
@@ -22,7 +22,7 @@ jobs:
22
timeout-minutes: 15
23
post-test-steps: |
24
- name: Coverage Report
25
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
26
automerge:
27
if: >
28
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
0 commit comments