Skip to content

Commit 35a89ea

Browse files
authored
ci: use codecov-action v4 with token (#189)
1 parent 0621747 commit 35a89ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ jobs:
7070
YARN_IGNORE_NODE: 1
7171

7272
- name: Codecov
73-
uses: codecov/codecov-action@v3
73+
uses: codecov/codecov-action@v4
7474
if: ${{ matrix.node != 20 }}
75+
with:
76+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)