Skip to content

Commit 797493f

Browse files
committed
update workflow
1 parent c105a0b commit 797493f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npm run build
3434
3535
- name: Upload Artifacts
36-
uses: actions/upload-pages-artifact@v2
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
# this should match the `pages` option in your adapter-static options
3939
path: 'build/'
@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- name: Deploy
5555
id: deployment
56-
uses: actions/deploy-pages@v2
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)