Skip to content

Commit 04cba88

Browse files
authored
Upgrade codecov action and pass token (#4138)
1 parent 556a01e commit 04cba88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,11 @@ jobs:
144144

145145
- name: Upload coverage to Codecov
146146
if: ${{ always() }}
147-
uses: codecov/codecov-action@v1
147+
uses: codecov/codecov-action@v4
148148
with:
149149
file: ./coverage/coverage-final.json
150150
fail_ci_if_error: true
151+
token: ${{ secrets.CODECOV_TOKEN }}
151152

152153
test:
153154
name: Run tests on Node v${{ matrix.node_version_to_setup }}

0 commit comments

Comments
 (0)