From 219d7ec5302c30d2b30776f48c8ca1d60f4fd14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Fri, 17 Jan 2025 15:50:21 +0100 Subject: [PATCH] Fix artifacts index job by downgrading awscli (#3805) Similarly to #3803, artifact index update fails because the R2 doesn't like the new awscli. The regression apparently comes from 1.37.0 as well, so pin to version older than that. --- .github/workflows/artifacts-index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts-index.yaml b/.github/workflows/artifacts-index.yaml index dd94d7d86ac..fb85859aa1b 100644 --- a/.github/workflows/artifacts-index.yaml +++ b/.github/workflows/artifacts-index.yaml @@ -49,7 +49,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Install AWS CLI - run: pip install awscli + run: pip install 'awscli<1.37.0' - name: Create build index env: