From 35a89ea915a10a185f45654fbbc0c68d134ffdb7 Mon Sep 17 00:00:00 2001 From: JounQin Date: Tue, 1 Oct 2024 00:11:33 +0800 Subject: [PATCH] ci: use codecov-action v4 with token (#189) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c825e62d5..0a698c24a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,5 +70,7 @@ jobs: YARN_IGNORE_NODE: 1 - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: ${{ matrix.node != 20 }} + with: + token: ${{ secrets.CODECOV_TOKEN }}