Skip to content

Commit b28f1b4

Browse files
EstrellaXDclaudehappy-otter
committed
ci: upgrade actions/upload-artifact and download-artifact to v4
v3 is deprecated and GitHub now rejects it, causing build-webui to fail. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent e25d4f0 commit b28f1b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
cd webui && pnpm build
162162
163163
- name: Upload artifact
164-
uses: actions/upload-artifact@v3
164+
uses: actions/upload-artifact@v4
165165
with:
166166
name: dist
167167
path: webui/dist
@@ -227,7 +227,7 @@ jobs:
227227
password: ${{ secrets.ACCESS_TOKEN }}
228228

229229
- name: Download artifact
230-
uses: actions/download-artifact@v3
230+
uses: actions/download-artifact@v4
231231
with:
232232
name: dist
233233
path: backend/src/dist
@@ -282,7 +282,7 @@ jobs:
282282
uses: actions/checkout@v4
283283

284284
- name: Download artifact webui
285-
uses: actions/download-artifact@v3
285+
uses: actions/download-artifact@v4
286286
with:
287287
name: dist
288288
path: webui/dist
@@ -292,7 +292,7 @@ jobs:
292292
cd webui && ls -al && tree && zip -r dist.zip dist
293293
294294
- name: Download artifact app
295-
uses: actions/download-artifact@v3
295+
uses: actions/download-artifact@v4
296296
with:
297297
name: dist
298298
path: backend/src/dist

0 commit comments

Comments
 (0)