From bf4dd3fb7a43d5129be622bc91bea49f5711a4dc Mon Sep 17 00:00:00 2001 From: homura Date: Tue, 21 May 2024 15:40:27 +0900 Subject: [PATCH] chore: update codecov action to v4 (#692) --- .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 8ec699a48..1cc3a1f4e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - name: Run test with coverage run: pnpm run test-coverage - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos files: ./coverage/cobertura-coverage.xml