ci: pin aws cli version because AWS broke things

This commit is contained in:
Nicolas Giard 2025-01-30 12:22:42 -05:00 committed by GitHub
parent 76157b3a56
commit a1c3a940e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,11 @@ jobs:
with:
python-version: "3.x"
- name: Setup AWS CLI
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.35
- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
uses: actions/download-artifact@v4.1.8