Skip to content

Commit 85b01b5

Browse files
authored
Update deploy-preview.yml
1 parent 7affdf6 commit 85b01b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Build site
6767
run: yarn build-demo
6868

69-
- uses: actions/upload-artifact@v2
69+
- uses: actions/upload-artifact@v3
7070
with:
7171
name: build-dir
7272
path: demo/build/
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout repository
8181
uses: actions/checkout@v2
8282

83-
- uses: actions/download-artifact@v2
83+
- uses: actions/download-artifact@v3
8484
with:
8585
name: build-dir
8686
path: demo/build/

0 commit comments

Comments
 (0)