Skip to content

Commit d888d82

Browse files
committed
Upgrade codecov action and pass token
1 parent 556a01e commit d888d82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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)