From 3f1ee1b81c8dcf1c6128e26265e2c5b58998d35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:20:10 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/desktop-release.yml | 2 +- .github/workflows/native-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 14b5f7d..b561468 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -62,7 +62,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: desktop-* merge-multiple: true diff --git a/.github/workflows/native-release.yml b/.github/workflows/native-release.yml index 34ff21e..a96ca58 100644 --- a/.github/workflows/native-release.yml +++ b/.github/workflows/native-release.yml @@ -78,7 +78,7 @@ jobs: needs: [macos, windows, linux] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: native-* merge-multiple: true