From 0593cbb413ed9df6158d5abd9dcd76ec7bd0fb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 06:48:00 +0000 Subject: [PATCH] dependabot-github-actions(deps): bump actions/download-artifact Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 5ff9302..e425f1f 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@v4 + uses: actions/download-artifact@v5 with: name: build.zip @@ -142,7 +142,7 @@ jobs: - name: Download build.zip - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build.zip @@ -189,7 +189,7 @@ jobs: # - # name: Download build.zip - # uses: actions/download-artifact@v4 + # uses: actions/download-artifact@v5 # with: # name: build.zip