From e8dd06f1e1ebaf033ee0725749b47064cc5e91f0 Mon Sep 17 00:00:00 2001 From: jygong-amazon Date: Fri, 18 Sep 2026 09:59:57 -0700 Subject: [PATCH] ci: Upgrade AWS credentials action Move the daily metric-publishing OIDC step from configure-aws-credentials v2 to v6.3.0. The supported release runs natively on Node 24 and preserves the existing role and region inputs. --- .github/workflows/daily-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily-test.yml b/.github/workflows/daily-test.yml index 638ed9ce..2fa06826 100644 --- a/.github/workflows/daily-test.yml +++ b/.github/workflows/daily-test.yml @@ -97,7 +97,7 @@ jobs: } - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v6.3.0 if: always() with: role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}