This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch stefan/fix-ci-build in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 0f5a864449c640d36682c8c9b3ff3373bb70b5d6 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
