Skip to content

Commit 60690fe

Browse files
authored
Update publish-site.yml
1 parent 7555fa4 commit 60690fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-site.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
source: ./
2727
- name: 'Upload artifact'
28-
uses: actions/upload-pages-artifact@v1
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: ./output
3131

@@ -38,4 +38,4 @@ jobs:
3838
steps:
3939
- name: 'Deploy to GitHub Pages'
4040
id: deployment
41-
uses: actions/deploy-pages@v1
41+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)