From d02df1797349ad7d057d0bc5f4323a1f87df983a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:38:53 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d37af99..5c10c95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - run: bazel build --config=release //cli - run: cp bazel-bin/cli/cli.exe wasm-info-windows.exe - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: wasm-info-binaries path: wasm-info-windows.exe @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3 - run: bazel build --config=release //cli - run: cp bazel-bin/cli/cli wasm-info-linux - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: wasm-info-binaries path: wasm-info-linux