Skip to content

Commit 1086367

Browse files
committed
chore: fix codecov action error
1 parent 5f56828 commit 1086367

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: ${{ env.NODE_VER }}
1919
- run: make validate.ci
2020
- name: Upload coverage
21-
uses: codecov/codecov-action@v3
21+
uses: codecov/codecov-action@v4
2222
with:
2323
fail_ci_if_error: true
24+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)