From 563ffd624412b739366c51693687d59e39e0df78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:35:53 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/website.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 9da0db8a..b069fca4 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -51,7 +51,7 @@ jobs: cp -r result/* wasm-assets - name: Upload assets as build artefacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: playground-wasm-assets path: wasm-assets @@ -82,7 +82,7 @@ jobs: mkdir -p web-playground/src/samples - name: Download playground WASM artefacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: playground-wasm-assets path: web-playground/src/wasm-app