Skip to content

Commit f77c856

Browse files
committed
[GHA] Attempt to override newer AWS CLI
1 parent 1e71c38 commit f77c856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-nightly-downloads-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
3333
unzip -q awscliv2.zip
34-
sudo ./aws/install
34+
sudo ./aws/install --update
3535
aws --version
3636
- name: Upload nightly-distributions.html
3737
run: |

0 commit comments

Comments
 (0)