Skip to content

Commit 6e7dac5

Browse files
authored
Merge pull request #87 from shinonomeow/shino_aio
update github action version
2 parents 66d2412 + 736bd2c commit 6e7dac5

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
@@ -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

0 commit comments

Comments
 (0)