From c4ed70d84a8b3a2d9d970b61638b531ebd1de6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:47:53 +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 101de918..1d010ae1 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: python: [3.8, 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: sdist-wheel - name: Set up Python ${{ matrix.python }} @@ -71,7 +71,7 @@ jobs: wordsize: [64] steps: - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sdist-wheel - name: Set up Python ${{ matrix.python }} @@ -96,7 +96,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: sdist-wheel - name: Set up Python @@ -122,7 +122,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