File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
57
57
58
58
- name : Archive build output
59
- uses : actions/upload-artifact@v3
59
+ uses : actions/upload-artifact@v4
60
60
with :
61
61
name : rust-toolchain-${{ matrix.triple }}
62
62
path : sp1/crates/cli/rust-toolchain-${{ matrix.triple }}.tar.gz
@@ -104,7 +104,7 @@ jobs:
104
104
GITHUB_ACTIONS=false SP1_BUILD_DIR=$GITHUB_WORKSPACE cargo run --bin cargo-prove -- prove build-toolchain
105
105
106
106
- name : Archive build output
107
- uses : actions/upload-artifact@v3
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : rust-toolchain-aarch64-unknown-linux-gnu
110
110
path : sp1/crates/cli/rust-toolchain-aarch64-unknown-linux-gnu.tar.gz
Original file line number Diff line number Diff line change 13
13
contents : write
14
14
steps :
15
15
- name : Download artifacts
16
- uses : actions/download-artifact@v3
16
+ uses : actions/download-artifact@v4
17
17
with :
18
18
path : artifacts
19
19
- name : List artifact contents
You can’t perform that action at this time.
0 commit comments