From bc1a8e995890b3b75b38f8938353252ee5555b8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 00:50:44 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 80c6419..b60d8f9 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -41,7 +41,7 @@ jobs: UMAMI_ID: a30ae129-e24f-490e-b4ea-3cd30e4fa743 - name: Save build output - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: docusau-build-out path: build @@ -58,7 +58,7 @@ jobs: uses: actions/checkout@v6 - name: Restore build output - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: docusau-build-out path: build