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 1ba97f7 commit 66d448aCopy full SHA for 66d448a
.github/workflows/docs.yml
@@ -50,7 +50,7 @@ jobs:
50
# upload to github pages
51
################################################################
52
- name: Upload Pages artifact
53
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
54
with:
55
path: docs_build/mkdocs
56
@@ -78,4 +78,4 @@ jobs:
78
steps:
79
- name: Deploy to GitHub Pages
80
id: deployment
81
- uses: actions/deploy-pages@v3 # or specific "vX.X.X" version tag for this action
+ uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
0 commit comments