Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 0011fcb

Browse files
chore(deps): update codecov/codecov-action action to v4
1 parent b9515f0 commit 0011fcb

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
@@ -104,6 +104,6 @@ jobs:
104104
run: npm run test:coverage -- --ci
105105

106106
- name: Submit coverage data to codecov
107-
uses: codecov/codecov-action@v3
107+
uses: codecov/codecov-action@v4
108108
with:
109109
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)