From fd05008c37d78a716ae30a69859f2bb4e6396c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 12:38:26 +0000 Subject: [PATCH] ci(deps): 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed8a9dc..3dc9246 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist path: dist/ @@ -129,7 +129,7 @@ jobs: fetch-depth: 0 - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: dist path: dist/ @@ -204,7 +204,7 @@ jobs: contents: read # Required to download artifacts steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist/ @@ -243,7 +243,7 @@ jobs: contents: read # Required to download artifacts steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: dist path: dist/