@@ -80,13 +80,13 @@ jobs:
80
80
mkdir -p integration-tests/tmp
81
81
82
82
- name : Download runtime
83
- uses : actions/download-artifact@v3.0.2
83
+ uses : actions/download-artifact@v4
84
84
with :
85
85
name : runtimes
86
86
path : target/release/wbuild/zeitgeist-runtime/
87
87
88
88
- name : Download binary
89
- uses : actions/download-artifact@v3.0.2
89
+ uses : actions/download-artifact@v4
90
90
with :
91
91
name : binaries
92
92
path : target/release
@@ -137,13 +137,13 @@ jobs:
137
137
mkdir -p integration-tests/tmp
138
138
139
139
- name : Download runtime
140
- uses : actions/download-artifact@v3.0.2
140
+ uses : actions/download-artifact@v4
141
141
with :
142
142
name : runtimes
143
143
path : target/release/wbuild/zeitgeist-runtime/
144
144
145
145
- name : Download binary
146
- uses : actions/download-artifact@v3.0.2
146
+ uses : actions/download-artifact@v4
147
147
with :
148
148
name : binaries
149
149
path : target/release
@@ -193,7 +193,7 @@ jobs:
193
193
mkdir -p integration-tests/tmp/node_logs
194
194
195
195
- name : Download runtime
196
- uses : actions/download-artifact@v3.0.2
196
+ uses : actions/download-artifact@v4
197
197
with :
198
198
name : runtimes
199
199
path : target/release/wbuild/battery-station-runtime/
@@ -248,7 +248,7 @@ jobs:
248
248
mkdir -p integration-tests/tmp/node_logs
249
249
250
250
- name : " Download runtime"
251
- uses : actions/download-artifact@v3.0.2
251
+ uses : actions/download-artifact@v4
252
252
with :
253
253
name : runtimes
254
254
path : target/release/wbuild/zeitgeist-runtime/
0 commit comments