diff --git a/.github/workflows/publish-ecr.yml b/.github/workflows/publish-ecr.yml index a2c15b7..3966f3e 100644 --- a/.github/workflows/publish-ecr.yml +++ b/.github/workflows/publish-ecr.yml @@ -31,7 +31,7 @@ jobs: echo "Using image tag: ${IMAGE_TAG}" echo "IMAGE_TAG=${IMAGE_TAG}" >> $GITHUB_ENV - name: AWS Login - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: aws-region: us-east-2 role-to-assume: "arn:aws:iam::407967248065:role/common/github_actions"