From cfa874535d332534e55fe003dc97e2f227231825 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Tue, 13 Jun 2023 14:17:54 +0800 Subject: [PATCH] ci: upgrade action of codecov to v3 (#621) --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c03c0d8c..aa30c9bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,6 @@ jobs: - name: Upload codecov if: matrix.os == 'macos-latest' && matrix.node == '18' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v3 with: - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true