From ab0b076db4ee6d95d439b6ef246a55a42050e366 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Mon, 22 Dec 2025 19:46:49 +0000 Subject: [PATCH] Upgrade GitHub Actions to latest versions (#13896) --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fb51aae0..e99d68da 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -26,7 +26,7 @@ jobs: run: mkdocs build -f doc/mkdocs.yml shell: bash - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v4 with: path: doc/site