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 }}