From d647ce2ba925ad79d1e51fce2e44663c95911ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 23:10:58 +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/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93c0f536..ab84ed51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -84,7 +84,7 @@ jobs: permissions: id-token: write # IMPORTANT: mandatory for trusted publishing steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -119,7 +119,7 @@ jobs: # Sign the package distributions with Sigstore # https://github.com/marketplace/actions/gh-action-sigstore-python - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/