File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 cd webui && pnpm build
155155
156156 - name : Upload artifact
157- uses : actions/upload-artifact@v3
157+ uses : actions/upload-artifact@v4
158158 with :
159159 name : dist
160160 path : webui/dist
@@ -219,7 +219,7 @@ jobs:
219219 password : ${{ secrets.ACCESS_TOKEN }}
220220
221221 - name : Download artifact
222- uses : actions/download-artifact@v3
222+ uses : actions/download-artifact@v4
223223 with :
224224 name : dist
225225 path : backend/src/dist
@@ -274,7 +274,7 @@ jobs:
274274 uses : actions/checkout@v4
275275
276276 - name : Download artifact webui
277- uses : actions/download-artifact@v3
277+ uses : actions/download-artifact@v4
278278 with :
279279 name : dist
280280 path : webui/dist
@@ -284,7 +284,7 @@ jobs:
284284 cd webui && ls -al && tree && zip -r dist.zip dist
285285
286286 - name : Download artifact app
287- uses : actions/download-artifact@v3
287+ uses : actions/download-artifact@v4
288288 with :
289289 name : dist
290290 path : backend/src/dist
You can’t perform that action at this time.
0 commit comments