Skip to content

Commit 3364808

Browse files
authored
ci: update codecov/codecov-action to v5 (#196)
1 parent 2fd7538 commit 3364808

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
@@ -110,6 +110,6 @@ jobs:
110110
run: npm run test:coverage -- --ci
111111

112112
- name: Submit coverage data to codecov
113-
uses: codecov/codecov-action@v4
113+
uses: codecov/codecov-action@v5
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)