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 d58dca7 commit 5e8c5baCopy full SHA for 5e8c5ba
.github/workflows/docs.yml
@@ -78,7 +78,7 @@ jobs:
78
# Copy the generated documentation to github as a pages artifact
79
# This copies all the html files in the docs/html directory
80
- name: Upload artifact
81
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
82
with:
83
path: ./docs/html
84
0 commit comments