Skip to content

Commit 8e91bb9

Browse files
committed
test: Bump codecov to v4
And since codecov@v4 no longer supports tokenless uploading, use the org token to do so.
1 parent 8ef9b42 commit 8e91bb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
- name: i18n_extract
3131
run: npm run i18n_extract
3232
- name: Coverage
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v4
34+
env:
35+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)