From 29d80d3c39cc2959251ce5f4e1a1a500b905b488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:17:42 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f65c246bb5279..d0dfe620f6c66 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -138,7 +138,7 @@ jobs: # removes unnecessary files from the release - name: Download sdist (not macOS) #if: ${{ matrix.buildplat[1] != 'macosx_*' }} - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: sdist path: ./dist @@ -238,11 +238,11 @@ jobs: steps: - name: Download all artefacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist # everything lands in ./dist/** - # TODO: This step can be probably be achieved by actions/download-artifact@v5 + # TODO: This step can be probably be achieved by actions/download-artifact@v6 # by specifying merge-multiple: true, and a glob pattern - name: Collect files run: |