From 8a615a409d6eb39f134a1e078a4f067e08dc1347 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 15 Dec 2023 06:05:13 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9eb2301..bc68c6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -123,7 +123,7 @@ jobs: needs: [version, build-wasm, build] steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: dist/ - name: Publish on npmjs.com