From 33de2614edf8eb15dd4561604cd81ff3ffec4beb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:07:13 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 cb8194e..bd25bcc 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@v6 + uses: actions/download-artifact@v7 with: name: package-dist path: dist/ @@ -86,7 +86,7 @@ jobs: steps: - name: Download Distribution - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: package-dist path: dist/ diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index c4e7051..2b20165 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@v6 + uses: actions/download-artifact@v7 with: name: package-dist path: dist/