diff --git a/.github/workflows/s3-sync.yml b/.github/workflows/s3-sync.yml index 361e73a..b11aa15 100644 --- a/.github/workflows/s3-sync.yml +++ b/.github/workflows/s3-sync.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v5 + uses: aws-actions/configure-aws-credentials@v6 with: audience: sts.amazonaws.com aws-region: ${{ env.AWS_REGION }}