From 83715b38c60de1dbaeb71a1d43dd6491298592c7 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Thu, 9 Nov 2023 11:23:08 -0800 Subject: [PATCH] update aws (#553) --- .github/workflows/main-streamlabs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-streamlabs.yml b/.github/workflows/main-streamlabs.yml index 3323a606143a12..7aa0c740807692 100644 --- a/.github/workflows/main-streamlabs.yml +++ b/.github/workflows/main-streamlabs.yml @@ -131,7 +131,7 @@ jobs: shell: powershell - name: Install specific version of AWS CLI run: | - $version = "2.13.24" + $version = "2.13.33" $zipfile = "AWSCLIV2.zip" Invoke-WebRequest -OutFile $zipfile "https://awscli.amazonaws.com/AWSCLIV2-$version.msi" Start-Process msiexec.exe -Wait -ArgumentList "/i $zipfile /qn"