From f5e5192b98f7232c74d3c679f7af6892b41dafa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 07:53:40 +0000 Subject: [PATCH] chore(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.yaml | 4 ++-- .github/workflows/publish_test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 73970986a..c9b5c501a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -63,7 +63,7 @@ jobs: id-token: write steps: - name: Download wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheels path: ./dist @@ -84,7 +84,7 @@ jobs: id-token: write steps: - name: Download wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheels path: ./dist diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index 01a8864a5..0a8ac61ef 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -53,7 +53,7 @@ jobs: id-token: write steps: - name: Download wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: wheels path: ./dist