From 620b77124f4fadeebaba17d560f06bda76eea74b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:53:31 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/buildwheel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index 42cf56c8..7a3e4fa7 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -90,7 +90,7 @@ jobs: with: python-version: ${{ matrix.python-version }} allow-prereleases: true - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: path: wheelhouse merge-multiple: true @@ -285,7 +285,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: wheelhouse merge-multiple: true @@ -318,7 +318,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: wheelhouse merge-multiple: true @@ -345,7 +345,7 @@ jobs: - uses: actions/checkout@v6.0.2 - name: Download sdist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sdist path: dist