From bba1e9d836cb95d965848f9cd625dea47ce5fb2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 01:04:15 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05a57cb9..08d1f8a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Get artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 id: download with: name: Release @@ -80,7 +80,7 @@ jobs: steps: - name: Get artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 id: download with: name: Release