From 9b96df6491d5837c93c7a9dc937770a1cc1927b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:40:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 3d34e19..817d8bc 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@v4 + uses: actions/download-artifact@v6 with: name: package-dist path: dist/ @@ -86,7 +86,7 @@ jobs: steps: - name: Download Distribution - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: package-dist path: dist/ diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index d5cbe39..c5b10d8 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@v4 + uses: actions/download-artifact@v6 with: name: package-dist path: dist/