[GHA] Use AWS CLI version 2.22

This commit is contained in:
aboyko
2025-02-03 10:45:57 -05:00
parent 28649b658b
commit aefa50385b
5 changed files with 30 additions and 0 deletions

View File

@@ -36,6 +36,12 @@ jobs:
runs-on: ubuntu-latest
name: Backup Eclipse releases for version '${{ inputs.release_version }}'
steps:
- name: Setup AWS CLI 2.22
run: |
curl -s "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
sudo ./aws/install --update
aws --version
- name: Authenticate to GCP
run: |
echo '${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}' > ./gcp.json