From f90f23dc58c05bb92a503be87e8a622700490a7a Mon Sep 17 00:00:00 2001 From: zyy17 Date: Wed, 23 Aug 2023 19:24:44 +0800 Subject: [PATCH] ci: bump codecov/codecov-action from v2 to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 946e7fc5..a54b0c62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: make coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true