Skip to content

Commit b022716

Browse files
committed
Fix doc-deploy action.
1 parent 93a4706 commit b022716

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
"${{runner.workspace}}/build"
3939
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v1
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: ${{runner.workspace}}/build
4444

@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- name: Deploy to GitHub Pages
5555
id: deployment
56-
uses: actions/deploy-pages@v2
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)