Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down