Skip to content

Commit bdbd9f3

Browse files
authored
chore: update codecov-action to v4 (#509)
1 parent 47ad780 commit bdbd9f3

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
@@ -93,6 +93,6 @@ jobs:
9393
run: npm run test:coverage -- --ci
9494

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

0 commit comments

Comments
 (0)