From 01820c864b71ec2975d4fcc9c303d921919c6fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:36:30 +0000 Subject: [PATCH] deps(deps): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 01783eb..1e1045a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -138,7 +138,7 @@ jobs: with: python-version: "3.12" - name: Download wheel for this OS - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheel-${{ matrix.os }} path: wheel @@ -327,7 +327,7 @@ jobs: contents: read steps: - name: Download all build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist-artifacts - name: Flatten into dist/ @@ -367,7 +367,7 @@ jobs: contents: read steps: - name: Download all build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist-artifacts - name: Flatten into dist/