We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923bcf1 commit 2e13129Copy full SHA for 2e13129
1 file changed
.github/workflows/gh-pages.yml
@@ -37,10 +37,10 @@ jobs:
37
uses: actions/configure-pages@v4
38
39
- name: Upload artifact
40
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
41
with:
42
path: './target/doc'
43
44
- name: Deploy to GitHub Pages
45
id: deployment
46
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments