From 7852beed9f635023c294fef0b362c15a35244083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:53:20 +0000 Subject: [PATCH] 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/pypi-deploy.yml | 4 ++-- .github/workflows/test-deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 257c71c..4af776a 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Download Distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: package-dist path: dist/ @@ -86,7 +86,7 @@ jobs: steps: - name: Download Distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: package-dist path: dist/ diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index c7bf606..8c550a9 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -74,7 +74,7 @@ jobs: steps: - name: Download Distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: package-dist path: dist/