From 1b2e6c51774dcfb47c5cd3656de2f536d5488ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:02:25 +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 4740217c..3a981e9b 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@master - name: Download build.zip - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build.zip @@ -122,7 +122,7 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Download build.zip - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build.zip @@ -165,7 +165,7 @@ jobs: # - # name: Download build.zip -# uses: actions/download-artifact@v7 +# uses: actions/download-artifact@v8 # with: # name: build.zip