Skip to content

Commit 93c727f

Browse files
committed
chore: update codecov-action from v4 to v5
1 parent 1c98038 commit 93c727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ jobs:
103103
run: npm run test:coverage -- --ci
104104

105105
- name: Submit coverage data to codecov
106-
uses: codecov/codecov-action@v4
106+
uses: codecov/codecov-action@v5
107107
with:
108108
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)