Skip to content

Commit 5d2cd80

Browse files
authored
chore: update codecov-action to v4 (#1193)
1 parent 31789cc commit 5d2cd80

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
@@ -95,6 +95,6 @@ jobs:
9595
run: npm run test:coverage -- --ci
9696

9797
- name: Submit coverage data to codecov
98-
uses: codecov/codecov-action@v3
98+
uses: codecov/codecov-action@v4
9999
with:
100100
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)