From 3375393bb57510367a23559fa56f90d90b49f975 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:38:57 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a8bd67..839cfca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: make cover # run test with coverage env: AWS_REGION: ap-northeast-1 # for awscli - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v7 with: file: ./cover.out token: ${{ secrets.CODECOV_TOKEN }}