From 0d7ddc460a6cf57c2c715e001b604e4a24d31bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:04:35 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.7 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e533e1..942aa23 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Get artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v7.0.0 id: download with: name: Release @@ -85,7 +85,7 @@ jobs: steps: - name: Get artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v7.0.0 id: download with: name: Release