Skip to content

Commit 23a022b

Browse files
authored
Update s3sync.yml to use credentials@v4
1 parent 15c7c1f commit 23a022b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/s3sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get update -y
2121
sudo apt-get install awscli -y
2222
- name: Configure AWS credentials from Test account
23-
uses: aws-actions/configure-aws-credentials@v1
23+
uses: aws-actions/configure-aws-credentials@v4
2424
with:
2525
role-to-assume: arn:aws:iam::774096297494:role/cicd-runner-admin
2626
aws-region: us-east-1

0 commit comments

Comments
 (0)