From 209fe985e4d2b2a484589f62101a26926d74ca7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:59:30 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/CI-WASM.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-WASM.yml b/.github/workflows/CI-WASM.yml index 7d79c88..570b221 100644 --- a/.github/workflows/CI-WASM.yml +++ b/.github/workflows/CI-WASM.yml @@ -58,7 +58,7 @@ jobs: make build shell: bash - name: Upload artifact - uses: actions/upload-artifact@v3.2.1 + uses: actions/upload-artifact@v4.4.3 with: name: wasm path: crates/wasm/dist