diff --git a/.github/workflows/build-arm64-wheels.yml b/.github/workflows/build-arm64-wheels.yml index 9c0b695c1..0b8b772c8 100644 --- a/.github/workflows/build-arm64-wheels.yml +++ b/.github/workflows/build-arm64-wheels.yml @@ -106,7 +106,7 @@ jobs: - name: Configure AWS credentials if: steps.check_secrets.outputs.HAS_AWS_SECRET - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload aws-region: us-west-2 diff --git a/.github/workflows/build-m1-wheel.yml b/.github/workflows/build-m1-wheel.yml index 0813420ae..dcd586ae4 100644 --- a/.github/workflows/build-m1-wheel.yml +++ b/.github/workflows/build-m1-wheel.yml @@ -176,7 +176,7 @@ jobs: - name: Configure AWS credentials if: steps.check_secrets.outputs.HAS_AWS_SECRET - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload aws-region: us-west-2 diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7bf28bd91..bfc5ec30d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -315,7 +315,7 @@ jobs: - name: Configure AWS credentials if: steps.check_secrets.outputs.HAS_AWS_SECRET - uses: aws-actions/configure-aws-credentials@v6.2.1 + uses: aws-actions/configure-aws-credentials@6.2.2 with: role-to-assume: arn:aws:iam::${{ secrets.CHIA_AWS_ACCOUNT_ID }}:role/installer-upload aws-region: us-west-2