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

Commit f557eda

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 4e5d401 commit f557eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run test
3434

3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
fail_ci_if_error: true

0 commit comments

Comments
 (0)