Upgrade GitHub Actions to latest versions (#13896)
Salman Chishti committed
Dec 22, 2025 at 19:46 UTC
ab0b076db4ee6d95d439b6ef246a55a42050e366
1 file changed
+1
-1
.github/workflows/documentation.yml
+1
-1
@@ -26,7 +26,7 @@ jobs:
26
run: mkdocs build -f doc/mkdocs.yml
27
shell: bash
28
29
- - uses: actions/upload-pages-artifact@v3
29
+ - uses: actions/upload-pages-artifact@v4
30
with:
31
path: doc/site
32