diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c67dd073..04611cea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: yarn - name: Build run: yarn build:${{vars.ENVIRONMENT}} - - uses: aws-actions/configure-aws-credentials@v1 + - uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: '${{ secrets.AWS_IAM_ROLE_ARN }}' aws-region: us-east-1