From af544e21dbea1a7586fa7984d8f5973f79302a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 04:20:53 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b9d6f8..11af8de 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -211,31 +211,31 @@ jobs: uses: actions/checkout@v4 - name: Download warp runner (i686-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-i686-pc-windows-msvc path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release - name: Download warp runner (x86_64-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-pc-windows-msvc path: ${{ github.workspace }}/target/x86_64-pc-windows-msvc/release - name: Download warp runner (x86_64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-unknown-linux-gnu path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release - name: Download warp runner (aarch64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-aarch64-unknown-linux-gnu path: ${{ github.workspace }}/target/aarch64-unknown-linux-gnu/release - name: Download warp runner (x86_64-apple-darwin) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-apple-darwin path: ${{ github.workspace }}/target/x86_64-apple-darwin/release @@ -280,31 +280,31 @@ jobs: uses: actions/checkout@v4 - name: Download warp runner (i686-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-i686-pc-windows-msvc path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release - name: Download warp runner (x86_64-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-pc-windows-msvc path: ${{ github.workspace }}/target/x86_64-pc-windows-msvc/release - name: Download warp runner (x86_64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-unknown-linux-gnu path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release - name: Download warp runner (aarch64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-aarch64-unknown-linux-gnu path: ${{ github.workspace }}/target/aarch64-unknown-linux-gnu/release - name: Download warp runner (x86_64-apple-darwin) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-apple-darwin path: ${{ github.workspace }}/target/x86_64-apple-darwin/release @@ -355,31 +355,31 @@ jobs: uses: actions/checkout@v4 - name: Download warp runner (i686-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-i686-pc-windows-msvc path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release - name: Download warp runner (x86_64-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-pc-windows-msvc path: ${{ github.workspace }}/target/x86_64-pc-windows-msvc/release - name: Download warp runner (x86_64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-unknown-linux-gnu path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release - name: Download warp runner (aarch64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-aarch64-unknown-linux-gnu path: ${{ github.workspace }}/target/aarch64-unknown-linux-gnu/release - name: Download warp runner (x86_64-apple-darwin) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-apple-darwin path: ${{ github.workspace }}/target/x86_64-apple-darwin/release @@ -430,31 +430,31 @@ jobs: uses: actions/checkout@v4 - name: Download warp runner (i686-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-i686-pc-windows-msvc path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release - name: Download warp runner (x86_64-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-pc-windows-msvc path: ${{ github.workspace }}/target/x86_64-pc-windows-msvc/release - name: Download warp runner (x86_64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-unknown-linux-gnu path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release - name: Download warp runner (aarch64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-aarch64-unknown-linux-gnu path: ${{ github.workspace }}/target/aarch64-unknown-linux-gnu/release - name: Download warp runner (x86_64-apple-darwin) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-runner-x86_64-apple-darwin path: ${{ github.workspace }}/target/x86_64-apple-darwin/release @@ -503,31 +503,31 @@ jobs: steps: - name: Download warp packer (i686-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-packer-i686-pc-windows-msvc path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release - name: Download warp packer (x86_64-pc-windows-msvc) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-packer-x86_64-pc-windows-msvc path: ${{ github.workspace }}/target/x86_64-pc-windows-msvc/release - name: Download warp packer (x86_64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-packer-x86_64-unknown-linux-gnu path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release - name: Download warp packer (aarch64-unknown-linux-gnu) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-packer-aarch64-unknown-linux-gnu path: ${{ github.workspace }}/target/aarch64-unknown-linux-gnu/release - name: Download warp packer (x86_64-apple-darwin) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: warp-packer-x86_64-apple-darwin path: ${{ github.workspace }}/target/x86_64-apple-darwin/release