Skip to content

Commit 7c95e51

Browse files
committed
update(ci) use generic dist artifact
1 parent bd991de commit 7c95e51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454
run: |
5555
npm run build
5656
57-
- name: Update pages artifact
58-
uses: actions/upload-pages-artifact@v3
57+
- name: Update dist artifact
58+
uses: actions/upload-artifact@v4
5959
with:
60+
name: package
6061
path: dist/
6162
deploy:
6263
needs: build

0 commit comments

Comments
 (0)