From 9c0095d2aae88ce686e508c3010b704940030ec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:46:59 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3.2.1 --- .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 22aa633..461de86 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.1.3 + uses: actions/upload-artifact@v3.2.1 with: name: wasm path: crates/wasm/dist