From 3a559a3e67640a2e6da13d6e772ea92713ccd44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:27:53 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20actions/downl?= =?UTF-8?q?oad-artifact=20from=205=20to=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/executable.yml | 2 +- .github/workflows/test.yml | 4 ++-- .github/workflows/windows.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/executable.yml b/.github/workflows/executable.yml index 44de17fc8..952027927 100644 --- a/.github/workflows/executable.yml +++ b/.github/workflows/executable.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download win artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: win-exe - name: Set up Node.js diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 951ca2ea1..b8f1d8b34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: restore-keys: > ${{ runner.os }}/node-${{ matrix.node }}/ ${{ hashFiles('.github/.cache-key') }}/ - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: dist path: packages @@ -115,7 +115,7 @@ jobs: restore-keys: > ${{ runner.os }}/node-14/ ${{ hashFiles('.github/.cache-key') }}/ - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: dist path: packages diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7028a2867..bbe877264 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -76,7 +76,7 @@ jobs: restore-keys: > ${{ runner.os }}/node-14/ ${{ hashFiles('.github/.cache-key') }}/ - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v8 with: name: dist path: packages