Skip to content

Commit dbeaf13

Browse files
committed
chore: update codecov-action from v4 to v5
1 parent 6e52853 commit dbeaf13

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
@@ -99,6 +99,6 @@ jobs:
9999
run: npm run test:coverage -- --ci
100100

101101
- name: Submit coverage data to codecov
102-
uses: codecov/codecov-action@v4
102+
uses: codecov/codecov-action@v5
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)