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 20e5dca commit 295e244Copy full SHA for 295e244
.github/workflows/documentation.yml
@@ -50,7 +50,7 @@ jobs:
50
run: cmake --build ./build --target docs
51
52
- name: Upload artifact
53
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
54
with:
55
path: build/docs/api/html/
56
0 commit comments