diff --git a/.github/workflows/release-pgvector.yml b/.github/workflows/release-pgvector.yml index f8e797606..4d9f75233 100644 --- a/.github/workflows/release-pgvector.yml +++ b/.github/workflows/release-pgvector.yml @@ -207,7 +207,7 @@ jobs: path: ./artifacts - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::216938125589:role/alien-releases-upload aws-region: us-east-1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd3a7c0c..64616d865 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1429,7 +1429,7 @@ jobs: merge-multiple: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::216938125589:role/alien-releases-upload aws-region: us-east-1 @@ -2123,7 +2123,7 @@ jobs: timeout-minutes: 5 steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::216938125589:role/alien-releases-upload aws-region: us-east-1