From 783b7c63875751751b50b9ee2287dda1ab78f956 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Wed, 4 Sep 2024 22:06:43 +0200 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows" --- .github/workflows/ci_build.yml | 4 ++-- .github/workflows/python-ci-wheel.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 42642cbb3a..4d7384dd54 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -366,7 +366,7 @@ jobs: path: ${{ env.GH_PAGES_DIR }} - name: Download TOOLKIT_BUILD artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: ${{ env.TOOLKIT_BUILD }} path: artifacts/${{ env.TOOLKIT_BUILD }} @@ -485,7 +485,7 @@ jobs: path: ${{ env.DOXYGEN_DIR }} - name: Download DOC_BUILD artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: ${{ env.DOC_BUILD }} path: artifacts/${{ env.DOC_BUILD }} diff --git a/.github/workflows/python-ci-wheel.yml b/.github/workflows/python-ci-wheel.yml index 6a939e31a3..2c337e47b3 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -256,7 +256,7 @@ jobs: #===============================================# # Prepare artifacts - name: Download artifacts - uses: actions/download-artifact@v4.1.7 # v4.1.7 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: path: bindings/python/artifacts/