Skip to content

Commit 12d5a7b

Browse files
committed
update download-artifact
1 parent c03b794 commit 12d5a7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
mkdir -p integration-tests/tmp
8181
8282
- name: Download runtime
83-
uses: actions/download-artifact@v3.0.2
83+
uses: actions/download-artifact@v4
8484
with:
8585
name: runtimes
8686
path: target/release/wbuild/zeitgeist-runtime/
8787

8888
- name: Download binary
89-
uses: actions/download-artifact@v3.0.2
89+
uses: actions/download-artifact@v4
9090
with:
9191
name: binaries
9292
path: target/release
@@ -137,13 +137,13 @@ jobs:
137137
mkdir -p integration-tests/tmp
138138
139139
- name: Download runtime
140-
uses: actions/download-artifact@v3.0.2
140+
uses: actions/download-artifact@v4
141141
with:
142142
name: runtimes
143143
path: target/release/wbuild/zeitgeist-runtime/
144144

145145
- name: Download binary
146-
uses: actions/download-artifact@v3.0.2
146+
uses: actions/download-artifact@v4
147147
with:
148148
name: binaries
149149
path: target/release
@@ -193,7 +193,7 @@ jobs:
193193
mkdir -p integration-tests/tmp/node_logs
194194
195195
- name: Download runtime
196-
uses: actions/download-artifact@v3.0.2
196+
uses: actions/download-artifact@v4
197197
with:
198198
name: runtimes
199199
path: target/release/wbuild/battery-station-runtime/
@@ -248,7 +248,7 @@ jobs:
248248
mkdir -p integration-tests/tmp/node_logs
249249
250250
- name: "Download runtime"
251-
uses: actions/download-artifact@v3.0.2
251+
uses: actions/download-artifact@v4
252252
with:
253253
name: runtimes
254254
path: target/release/wbuild/zeitgeist-runtime/

0 commit comments

Comments
 (0)