Skip to content

Commit 0e287a0

Browse files
authored
Update deploy.yml
1 parent e155fae commit 0e287a0

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build Quartz
3232
run: npx quartz build
3333
- name: Upload artifact
34-
uses: actions/upload-pages-artifact@v2
34+
uses: actions/upload-pages-artifact@v4
3535
with:
3636
path: public
3737

@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)