From 4a77665a92485cf19ce67c281cef27897ff0c2bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:17:48 +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 96c86b0..1c3fdaf 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