Skip to content

Commit a1f02b8

Browse files
authored
chore: update codecov-action from v4 to v5 (#127)
1 parent c54265a commit a1f02b8

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

9292
- name: Submit coverage data to codecov
93-
uses: codecov/codecov-action@v4
93+
uses: codecov/codecov-action@v5
9494
with:
9595
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)