File tree 6 files changed +8
-8
lines changed 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 52
52
run : aquavm_performance_metering run
53
53
54
54
- name : Upload benchmark results to artifacts
55
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4
56
56
with :
57
57
name : ./benches/PERFORMANCE.txt
58
58
path : lcov.info
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
working-directory : air-interpreter
128
128
129
129
- name : Upload air-interpreter-wasm artifact to GitHub checks
130
- uses : actions/upload-artifact@v3
130
+ uses : actions/upload-artifact@v4
131
131
with :
132
132
name : air-interpreter-wasm
133
133
path : target/wasm32-wasi/release/air_interpreter_server.wasm
@@ -169,7 +169,7 @@ jobs:
169
169
uses : actions/checkout@v4
170
170
171
171
- name : Download air-interpreter-wasm artifact
172
- uses : actions/download-artifact@v3
172
+ uses : actions/download-artifact@v4
173
173
with :
174
174
name : air-interpreter-wasm
175
175
path : avm/client/dist/
@@ -227,7 +227,7 @@ jobs:
227
227
uses : dsherret/rust-toolchain-file@v1
228
228
229
229
- name : Download air-interpreter-wasm artifact
230
- uses : actions/download-artifact@v3
230
+ uses : actions/download-artifact@v4
231
231
with :
232
232
name : air-interpreter-wasm
233
233
path : crates/interpreter-wasm/
Original file line number Diff line number Diff line change 58
58
working-directory : air-interpreter
59
59
60
60
- name : Upload air-interpreter-wasm binary
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : air-interpreter-wasm
64
64
path : target/wasm32-wasi/release/air_interpreter_server.wasm
Original file line number Diff line number Diff line change 36
36
ref : ${{ inputs.ref }}
37
37
38
38
- name : Download air-interpreter-wasm binary
39
- uses : actions/download-artifact@v3
39
+ uses : actions/download-artifact@v4
40
40
with :
41
41
name : air-interpreter-wasm
42
42
path : avm/client/dist/
Original file line number Diff line number Diff line change 76
76
dependencies : ${{ inputs.cargo-dependencies }}
77
77
78
78
- name : Download air-interpreter-wasm binary
79
- uses : actions/download-artifact@v3
79
+ uses : actions/download-artifact@v4
80
80
with :
81
81
name : air-interpreter-wasm
82
82
Original file line number Diff line number Diff line change 71
71
72
72
- name : Archive code coverage results
73
73
if : inputs.cargo-dependencies == 'null' && !github.event.pull_request.head.repo.fork
74
- uses : actions/upload-artifact@v3
74
+ uses : actions/upload-artifact@v4
75
75
with :
76
76
name : code-coverage-report.zip
77
77
path : lcov.info
You can’t perform that action at this time.
0 commit comments