diff --git a/.github/workflows/s3sync.yml b/.github/workflows/s3sync.yml index d5235b9..c903c32 100644 --- a/.github/workflows/s3sync.yml +++ b/.github/workflows/s3sync.yml @@ -20,7 +20,7 @@ jobs: sudo apt-get update -y sudo apt-get install awscli -y - name: Configure AWS credentials from Test account - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: arn:aws:iam::774096297494:role/cicd-runner-admin aws-region: us-east-1