From bda2d72ba002b330b0e83e6760e104029dcfe42d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:39:26 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 48d575b..3d4d507 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -64,7 +64,7 @@ jobs: working-directory: book - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: book path: book/book @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: dist merge-multiple: true