diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d52951b052a1..58db7e54f36c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,7 @@ jobs: - name: Configure AWS Credentials if: ${{ env.DOCS_AWS_IAM_ROLE != '' }} - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ env.DOCS_AWS_IAM_ROLE }} aws-region: ${{ env.DOCS_AWS_REGION }}