Skip to content

Commit 7559ffc

Browse files
author
Steven Chun
committed
upgrade both deploy and artifact
1 parent 17e93c2 commit 7559ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# This points to hexo generate
3232
run: npm run build
3333
- name: Upload Pages artifact
34-
uses: actions/upload-pages-artifact@v3
34+
uses: actions/upload-pages-artifact@v4
3535
with:
3636
path: ./docs
3737
deploy:
@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v3
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)