From 9be77b6a3dec03caab14de572c440753862d1292 Mon Sep 17 00:00:00 2001 From: Charles Tison Date: Sat, 16 Dec 2023 14:05:35 +0800 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#157) Co-authored-by: Renovate Bot --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9eb2301..17768a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: cd pkg/ cp ../.npmrc . npm version --no-git-tag-version '${{ needs.version.outputs.version }}' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: if-no-files-found: error name: base-converter-wasm @@ -112,7 +112,7 @@ jobs: cargo build --release --locked --bin base-converter -F bin mkdir tmp/ mv ./target/aarch64-apple-darwin/release/base-converter ./tmp/base-converter-aarch64-apple-darwin - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: if-no-files-found: error name: cli-${{ matrix.os }}