This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e51a95f Update upload artifact in github actions
8e51a95f is described below

commit 8e51a95fbf1ca4daf10d3ab0dce1475279776090
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Thu Mar 5 22:12:30 2026 -0800

    Update upload artifact in github actions
---
 .github/workflows/docusaurus-gh-pages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docusaurus-gh-pages.yml 
b/.github/workflows/docusaurus-gh-pages.yml
index ac6c4170..55f1af15 100644
--- a/.github/workflows/docusaurus-gh-pages.yml
+++ b/.github/workflows/docusaurus-gh-pages.yml
@@ -108,7 +108,7 @@ jobs:
       - name: Setup Pages
         uses: actions/configure-pages@v3
       - name: Upload artifact
-        uses: actions/upload-pages-artifact@v2
+        uses: actions/upload-pages-artifact@v4
         with:
           # 👇 Specify build output path
           path: contrib/docs/build

Reply via email to