Skip to content

Commit 519045c

Browse files
authored
chore: update codecov-action from v4 to v5 (#465)
1 parent af7e4bb commit 519045c

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
@@ -98,6 +98,6 @@ jobs:
9898
run: npm run test:coverage -- --ci
9999

100100
- name: Submit coverage data to codecov
101-
uses: codecov/codecov-action@v4
101+
uses: codecov/codecov-action@v5
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)