From 5145bdd4f0c32708917eda9ffa16219ddbf17fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:52:36 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 436f879f..acf381dc 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -101,7 +101,7 @@ jobs: with: python-version: ${{ matrix.python-version }} allow-prereleases: true - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: path: wheelhouse merge-multiple: true @@ -296,7 +296,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: wheelhouse merge-multiple: true @@ -329,7 +329,7 @@ jobs: steps: # Downloads all artifacts - name: Download release artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: wheelhouse merge-multiple: true @@ -356,7 +356,7 @@ jobs: - uses: actions/checkout@v4 - name: Download sdist - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: sdist path: dist