From ec808aa29a38cc466865d9083c79fd5fc78cec2c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 30 Jun 2026 12:40:47 +1000 Subject: [PATCH] DOC-3520: Upgrade configure-aws-credentials to v6 Fix OIDC role assumption hangs when GitHub forces Node 20 actions onto Node 24 runners in preview workflows. --- .github/workflows/preview_create.yml | 2 +- .github/workflows/preview_delete.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview_create.yml b/.github/workflows/preview_create.yml index e13201dd4c..f60be71702 100644 --- a/.github/workflows/preview_create.yml +++ b/.github/workflows/preview_create.yml @@ -52,7 +52,7 @@ jobs: mv ./build/docs/sitemap.xml ./build/docs/antora-sitemap.xml - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@v5.0.0 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::327995277200:role/staging-tinymce-docs-update role-session-name: tinymce-docs-update diff --git a/.github/workflows/preview_delete.yml b/.github/workflows/preview_delete.yml index 09d138b907..60c9b2ffa8 100644 --- a/.github/workflows/preview_delete.yml +++ b/.github/workflows/preview_delete.yml @@ -33,7 +33,7 @@ jobs: node-version: 24 - name: configure aws credentials - uses: aws-actions/configure-aws-credentials@v5.0.0 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::327995277200:role/staging-tinymce-docs-update role-session-name: tinymce-docs-delete