diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1b66eb207..d0f896a782 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -174,7 +174,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -346,7 +346,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -524,7 +524,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -691,7 +691,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -860,7 +860,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -1054,7 +1054,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -1180,7 +1180,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 @@ -1311,7 +1311,7 @@ jobs: AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 diff --git a/ci/actions-templates/linux-builds-template.yaml b/ci/actions-templates/linux-builds-template.yaml index 48f184e816..9001dd7546 100644 --- a/ci/actions-templates/linux-builds-template.yaml +++ b/ci/actions-templates/linux-builds-template.yaml @@ -184,7 +184,7 @@ jobs: # skip-main skip-pr skip-stable AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 diff --git a/ci/actions-templates/macos-builds-template.yaml b/ci/actions-templates/macos-builds-template.yaml index e962bd6741..26aa4ef8a1 100644 --- a/ci/actions-templates/macos-builds-template.yaml +++ b/ci/actions-templates/macos-builds-template.yaml @@ -116,7 +116,7 @@ jobs: # skip-x86_64 skip-aarch64 AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1 diff --git a/ci/actions-templates/windows-builds-template.yaml b/ci/actions-templates/windows-builds-template.yaml index d9affd345a..0d164f1886 100644 --- a/ci/actions-templates/windows-builds-template.yaml +++ b/ci/actions-templates/windows-builds-template.yaml @@ -167,7 +167,7 @@ jobs: # skip-main skip-pr skip-stable AWS_DEFAULT_REGION: us-west-1 - name: Configure AWS credentials if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.mode == 'release' - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::890664054962:role/ci--rust-lang--rustup aws-region: us-east-1