Skip to content

Commit 765c628

Browse files
committed
build: upgrade to upload-pages-artifact@v3 version
1 parent ddb5bc0 commit 765c628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
cp -R .tmp/* public/
4848
- name: Upload Artifact
49-
uses: actions/upload-pages-artifact@v1
49+
uses: actions/upload-pages-artifact@v3
5050
with:
5151
path: './public'
5252
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)