From 75b1aabc0e97192cf2b1556fc1394db12da42e2e Mon Sep 17 00:00:00 2001 From: Charles Tison Date: Sat, 16 Dec 2023 14:06:46 +0800 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#156) Co-authored-by: Renovate Bot --- .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 17768a5..892be9f 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