From d2d127b64a9fb8692f7b90ab4517e3b58f78beb3 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Wed, 6 Nov 2024 09:24:30 +0100 Subject: [PATCH] Revert "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 4d7384dd54d..42642cbb3a1 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@v3 + uses: actions/download-artifact@v4.1.7 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@v3 + uses: actions/download-artifact@v4.1.7 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 be78f567159..57c4e1f0e57 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@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@v4.1.7 # v4.1.7 with: path: bindings/python/artifacts/