From c3df6c5f18bfe4dfd9983d4fa4df488cf2977d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:04:11 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 75f39c9a..f73b9de8 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@v5 + - uses: actions/download-artifact@v7 with: path: wheelhouse merge-multiple: true @@ -285,7 +285,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: wheelhouse merge-multiple: true @@ -318,7 +318,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: wheelhouse merge-multiple: true @@ -345,7 +345,7 @@ jobs: - uses: actions/checkout@v5.0.0 - name: Download sdist - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: sdist path: dist