From 91ba95e7be5fd8fc1f01d1ed2b72694befe0ff50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:20:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 77398a5..d7852ed 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -43,7 +43,7 @@ jobs: python: [3.8, 3.9, "3.10", "3.11"] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python ${{ matrix.python }} @@ -66,7 +66,7 @@ jobs: wordsize: [64] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python ${{ matrix.python }} @@ -89,7 +89,7 @@ jobs: python: [3.8, 3.9, "3.10", "3.11"] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: wheels - name: Set up Python @@ -111,7 +111,7 @@ jobs: id-token: write steps: - name: Download all - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Move to dist run: | mkdir dist