From 0513a4fa2b6698bd1f1a20e4778d3451a9b1cc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:54:28 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5614dbe..55113ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -242,7 +242,7 @@ jobs: run: env - name: Download package - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: wheels-${{ matrix.platform.image }}-${{ matrix.platform.target }} path: dist @@ -399,7 +399,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Download distribution files - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: dist @@ -444,7 +444,7 @@ jobs: id-token: write steps: - name: Download distribution files - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: dist merge-multiple: true