Skip to content

Commit 1fa52ec

Browse files
authored
Update pages.yml
1 parent fe4479a commit 1fa52ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: pnpm build
2020
- name: Deploy to GitHub Pages
2121
if: github.ref == 'refs/heads/master'
22-
uses: actions/upload-pages-artifact@v1
22+
uses: actions/upload-pages-artifact@v3
2323
with:
2424
path: build
2525

@@ -36,4 +36,4 @@ jobs:
3636
steps:
3737
- name: Deploy to GitHub Pages
3838
id: deployment
39-
uses: actions/deploy-pages@v2
39+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)