diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aaf871633..2a5e8e66d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -386,7 +386,7 @@ jobs: # Deploy to the CDN - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy diff --git a/.github/workflows/update_latest.yml b/.github/workflows/update_latest.yml index 9cab09daf..c72b9cf08 100644 --- a/.github/workflows/update_latest.yml +++ b/.github/workflows/update_latest.yml @@ -66,7 +66,7 @@ jobs: needs: info steps: - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy diff --git a/.github/workflows/update_latest_release.yml b/.github/workflows/update_latest_release.yml index 66a7613ff..8c54bfaec 100644 --- a/.github/workflows/update_latest_release.yml +++ b/.github/workflows/update_latest_release.yml @@ -65,7 +65,7 @@ jobs: needs: info steps: - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 003395846..b2204f5ce 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,7 +34,7 @@ jobs: run: make docs-generate - name: configure AWS creds - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.APPSCOPEDEPLOYROLE }} role-session-name: appscope-deploy