From bec224be6209ba6cfb68e1a314b9b67f3440e559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 19:44:52 +0300 Subject: [PATCH] chore(deps): update github artifact actions to v4 (#1149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 187648d27..25aa1489a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,7 +63,7 @@ jobs: run: cargo build --release env: RUSTFLAGS: "-C target-feature=+crt-static" - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: fnm-windows path: target/release/fnm.exe @@ -85,7 +85,7 @@ jobs: run: strip target/release/fnm - name: List dynamically linked libraries run: otool -L target/release/fnm - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: fnm-macos path: target/release/fnm @@ -98,7 +98,7 @@ jobs: - name: install necessary shells run: brew install fish zsh bash - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: fnm-macos path: target/release @@ -134,7 +134,7 @@ jobs: name: "e2e/windows" steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: fnm-windows path: target/release @@ -204,7 +204,7 @@ jobs: - name: install necessary shells run: sudo apt-get update && sudo apt-get install -y fish zsh bash - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: fnm-linux path: target/release @@ -254,7 +254,7 @@ jobs: run: cargo build --release --target x86_64-unknown-linux-musl - name: Strip binary from debug symbols run: strip target/x86_64-unknown-linux-musl/release/fnm - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: fnm-linux path: target/x86_64-unknown-linux-musl/release/fnm @@ -315,7 +315,7 @@ jobs: echo "fnm exec --using=12 -- node --version" /artifacts/fnm exec --using=12 -- node --version - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: fnm-${{ matrix.arch }} path: target/${{ env.RUST_TARGET }}/release/fnm @@ -328,7 +328,7 @@ jobs: - name: install necessary shells run: sudo apt-get update && sudo apt-get install -y fish zsh bash - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: fnm-linux path: target/release