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