From 5bf68afeff88ef2b2b00c9ee9fae81fa397b9577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:05:49 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index 7d67450..3c5c26b 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -89,7 +89,7 @@ jobs: - name: Download build.zip - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build.zip @@ -142,7 +142,7 @@ jobs: - name: Download build.zip - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build.zip @@ -189,7 +189,7 @@ jobs: # - # name: Download build.zip - # uses: actions/download-artifact@v7 + # uses: actions/download-artifact@v8 # with: # name: build.zip