From 12926bea86926f96bdb9722c6138522b00417e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:15:05 +0000 Subject: [PATCH] chore(deps): 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e39680..958fa521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: cache: npm - run: npm ci # Reuse the badges/ artifact from the build job — no need to rebuild. - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: badges path: badges/ @@ -179,7 +179,7 @@ jobs: # Reuse the badges/ artifact from the build job so the configurator Vite # build can resolve PreviewPanel.svelte's ?raw CSS import without a # redundant root rebuild. - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: badges path: badges/