From 4daeb78d0012547f3208a37c5bbd3a3095ec26cc Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:51:29 +0900 Subject: [PATCH] Revert "chore(deps): update codecov/codecov-action action to v4" (#994) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3438f3..0e1ec33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: name: coverage-${{ matrix.os }} path: coverage - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v3 - name: Run ncc run: npm run build