From 5141efba99cdd9cb7e1115f8f4b84414964cf059 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:34:06 -0700 Subject: [PATCH] [Backport 2.x] Update aws-actions/configure-aws-credentials action to v4 (#82) Update aws-actions/configure-aws-credentials action to v4 (#79) (cherry picked from commit 446c32d83ad64ce8800cb56d0933b1102d0279b1) Signed-off-by: mend-for-github.aaakk.us.kg[bot] Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: mend-for-github.aaakk.us.kg[bot] <50673670+mend-for-github.aaakk.us.kg[bot]@users.noreply.github.com> Co-authored-by: Joshua Palis --- .github/workflows/publish-snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index 1a1516b72..30df5c924 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -25,7 +25,7 @@ jobs: distribution: temurin # Temurin is a distribution of adoptium java-version: 17 - uses: actions/checkout@v4 - - uses: aws-actions/configure-aws-credentials@v1.7.0 + - uses: aws-actions/configure-aws-credentials@v4.0.1 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1