From e5bd56be1e0bc120c7a64cea92eedf813ca51020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:03:30 +0000 Subject: [PATCH] dependabot-github-actions(deps): bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index 4f1c71e..21e5a88 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -93,7 +93,7 @@ jobs: - name: Download build.zip - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build.zip @@ -150,7 +150,7 @@ jobs: - name: Download build.zip - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build.zip