File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5252 run : aquavm_performance_metering run
5353
5454 - name : Upload benchmark results to artifacts
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : ./benches/PERFORMANCE.txt
5858 path : lcov.info
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 working-directory : air-interpreter
128128
129129 - name : Upload air-interpreter-wasm artifact to GitHub checks
130- uses : actions/upload-artifact@v3
130+ uses : actions/upload-artifact@v4
131131 with :
132132 name : air-interpreter-wasm
133133 path : target/wasm32-wasi/release/air_interpreter_server.wasm
@@ -169,7 +169,7 @@ jobs:
169169 uses : actions/checkout@v4
170170
171171 - name : Download air-interpreter-wasm artifact
172- uses : actions/download-artifact@v3
172+ uses : actions/download-artifact@v4
173173 with :
174174 name : air-interpreter-wasm
175175 path : avm/client/dist/
@@ -227,7 +227,7 @@ jobs:
227227 uses : dsherret/rust-toolchain-file@v1
228228
229229 - name : Download air-interpreter-wasm artifact
230- uses : actions/download-artifact@v3
230+ uses : actions/download-artifact@v4
231231 with :
232232 name : air-interpreter-wasm
233233 path : crates/interpreter-wasm/
Original file line number Diff line number Diff line change 5858 working-directory : air-interpreter
5959
6060 - name : Upload air-interpreter-wasm binary
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : air-interpreter-wasm
6464 path : target/wasm32-wasi/release/air_interpreter_server.wasm
Original file line number Diff line number Diff line change 3636 ref : ${{ inputs.ref }}
3737
3838 - name : Download air-interpreter-wasm binary
39- uses : actions/download-artifact@v3
39+ uses : actions/download-artifact@v4
4040 with :
4141 name : air-interpreter-wasm
4242 path : avm/client/dist/
Original file line number Diff line number Diff line change 7676 dependencies : ${{ inputs.cargo-dependencies }}
7777
7878 - name : Download air-interpreter-wasm binary
79- uses : actions/download-artifact@v3
79+ uses : actions/download-artifact@v4
8080 with :
8181 name : air-interpreter-wasm
8282
Original file line number Diff line number Diff line change 7171
7272 - name : Archive code coverage results
7373 if : inputs.cargo-dependencies == 'null' && !github.event.pull_request.head.repo.fork
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : code-coverage-report.zip
7777 path : lcov.info
You can’t perform that action at this time.
0 commit comments