Skip to content

Commit

Permalink
Merge pull request #2191 from rajatjindal/update-actions
Browse files Browse the repository at this point in the history
update configure aws creds action to v4
  • Loading branch information
rajatjindal authored Jan 3, 2024
2 parents 02a00b9 + a070010 commit ce09d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
matrix.config.arch == 'amd64' &&
github.repository_owner == 'fermyon' &&
github.ref == 'refs/heads/main'
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.SPIN_RELEASE_ARTIFACTS_REPO }}
role-session-name: spin-release-artifacts
Expand Down

0 comments on commit ce09d03

Please sign in to comment.