Skip to content

Commit 5145a23

Browse files
authored
Update publish.yml
1 parent 0a06f23 commit 5145a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v3
2727
- name: Setup Pages
28-
uses: actions/configure-pages@v3
28+
uses: actions/configure-pages@v5
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-pages-artifact@v3
3131
with:
3232
path: '.'
3333
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)