From 41813ab492ac2afe853db12365280812ce21a12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=8F=AF?= Date: Mon, 18 Sep 2023 15:09:12 +0800 Subject: [PATCH] Revert "chore(deps): bump codecov/codecov-action from 3 to 4" --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e94451b..d218e99 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -61,7 +61,7 @@ jobs: make e2e-test - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} files: ./coverage.txt, ./tests/e2e/coverage.txt