diff --git a/.github/workflows/wheels-build.yml b/.github/workflows/wheels-build.yml index eaf404fed9..417b98238a 100644 --- a/.github/workflows/wheels-build.yml +++ b/.github/workflows/wheels-build.yml @@ -110,7 +110,7 @@ jobs: echo "sha=$sha" >> $GITHUB_OUTPUT - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours diff --git a/.github/workflows/wheels-mac.yml b/.github/workflows/wheels-mac.yml index 002be25107..06eeed9312 100644 --- a/.github/workflows/wheels-mac.yml +++ b/.github/workflows/wheels-mac.yml @@ -108,7 +108,7 @@ jobs: - if: github.repository_owner == 'nv-legate' name: Get AWS credentials for sccache bucket - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: aws-region: us-east-2 role-duration-seconds: 28800 # 8 hours