We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a4706 commit b022716Copy full SHA for b022716
1 file changed
.github/workflows/docs-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
"${{runner.workspace}}/build"
39
40
- name: Upload artifact
41
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
42
with:
43
path: ${{runner.workspace}}/build
44
@@ -53,4 +53,4 @@ jobs:
53
steps:
54
- name: Deploy to GitHub Pages
55
id: deployment
56
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments