Skip to content

Commit c0d1ecd

Browse files
authored
chore: update codecov-action to v4 (#1085)
1 parent c7ff30d commit c0d1ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: npm run test:coverage -- --ci
101101

102102
- name: Submit coverage data to codecov
103-
uses: codecov/codecov-action@v3
103+
uses: codecov/codecov-action@v4
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106

@@ -136,6 +136,6 @@ jobs:
136136
OLD_API: "true"
137137

138138
- name: Submit coverage data to codecov
139-
uses: codecov/codecov-action@v3
139+
uses: codecov/codecov-action@v4
140140
with:
141141
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)