diff --git a/.github/workflows/delete-preview.yaml b/.github/workflows/delete-preview.yaml index c60f48e29d..3739f3d8f7 100644 --- a/.github/workflows/delete-preview.yaml +++ b/.github/workflows/delete-preview.yaml @@ -41,7 +41,7 @@ jobs: - name: Install Swift run: | - pip install python-swiftclient==3.10.1 python-keystoneclient==4.1.1 + pip install python-swiftclient==4.3.0 python-keystoneclient==5.1.0 - name: OVH Object Storage run: | diff --git a/.github/workflows/deploy-public-website.yaml b/.github/workflows/deploy-public-website.yaml index b61a518b98..8c8b0dac74 100644 --- a/.github/workflows/deploy-public-website.yaml +++ b/.github/workflows/deploy-public-website.yaml @@ -53,7 +53,7 @@ jobs: - name: Install Swift run: | - pip install python-swiftclient==3.10.1 python-keystoneclient==4.1.1 + pip install python-swiftclient==4.3.0 python-keystoneclient==5.1.0 - name: Delete old content on remote storage run: | diff --git a/.github/workflows/upload-preview.yaml b/.github/workflows/upload-preview.yaml index bc1e8d964d..c8e0e5c771 100644 --- a/.github/workflows/upload-preview.yaml +++ b/.github/workflows/upload-preview.yaml @@ -49,7 +49,7 @@ jobs: - name: Install Swift run: | - pip install python-swiftclient==3.10.1 python-keystoneclient==4.1.1 + pip install python-swiftclient==4.3.0 python-keystoneclient==5.1.0 - name: Delete any previous preview run: |