From a2a912524c55d1e9e2e064ab8cac0a3b4ddc7fb3 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Sat, 26 Oct 2024 10:32:31 -0400 Subject: [PATCH] =?UTF-8?q?revert:=20Reverting=20"chore=20Bump=20actions/d?= =?UTF-8?q?ownload-artifact=20from=202=20to=204.1.7=20in=20/.gi=E2=80=A6?= =?UTF-8?q?=20(#4701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "chore: Bump actions/download-artifact from 2 to 4.1.7 in /.github/wor…" This reverts commit 87e7ca4f55bd23fe5bf38b010c6b5a43d1780fce. --- .github/workflows/build_wheels.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 8e52ba12c9..fea9b117eb 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -159,7 +159,7 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v2 with: name: wheels path: dist diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d5dca8e08..245f501574 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest needs: [build_wheels] steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v2 with: name: wheels path: dist