From 6f81f22043167666e0e963f36afed5f2f2935b46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 15:40:02 +0000 Subject: [PATCH] chore(deps): update github artifact actions to v8 --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a2b397f42..bd597332b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -319,7 +319,7 @@ jobs: mdbook build - name: Download WASM artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: pattern: wasm-* path: wasm-artifacts