Skip to content

Commit eb53b61

Browse files
authored
fix: ci pipeline warnings (#2685)
1 parent 9d3ffdb commit eb53b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
timeout-minutes: 15
2323
post-test-steps: |
2424
- name: Coverage Report
25-
uses: codecov/codecov-action@v3
25+
uses: codecov/codecov-action@v4
2626
automerge:
2727
if: >
2828
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'

0 commit comments

Comments
 (0)