Skip to content

Commit 880c4ed

Browse files
authored
ci: update codecov action to v4 (#1788)
1 parent d284787 commit 880c4ed

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
@@ -91,6 +91,6 @@ jobs:
9191
run: npm run test:coverage -- --ci
9292

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

0 commit comments

Comments
 (0)