From 941b68bb9033b9184a4d679ca7947a83558446df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:55:53 +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/cd.yml | 6 +++--- .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 0743f81..d7db149 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -82,7 +82,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheel-* @@ -122,7 +122,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheel-* @@ -156,7 +156,7 @@ jobs: egress-policy: audit - name: Download wheel artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: wheel-* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76853e4..f05dacb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: - uses: step-security/harden-runner@v2 with: egress-policy: audit - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: path: wheelhouse pattern: wheel-*