Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down