File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
components : clippy, rustfmt
48
48
49
49
- name : Download Wasm Modules
50
- uses : actions/download-artifact@v4
50
+ uses : actions/download-artifact@v5
51
51
with :
52
52
name : guest-modules
53
53
path : ./x64/${{ matrix.config }}
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
66
66
if : ${{ contains(github.ref, 'refs/heads/release/') }}
67
67
shell : bash
68
68
- name : Download Wasm Modules
69
- uses : actions/download-artifact@v4
69
+ uses : actions/download-artifact@v5
70
70
with :
71
71
name : guest-modules
72
72
path : ${{ env.PLATFORM }}/${{ env.CONFIG }}
73
73
- name : Build rust wasm modules
74
74
run : just build-rust-wasm-examples ${{ env.CONFIG }}
75
75
shell : bash
76
76
- name : Download all benchmarks
77
- uses : actions/download-artifact@v4
77
+ uses : actions/download-artifact@v5
78
78
with :
79
79
pattern : benchmarks_*
80
80
- name : Archive benchmarks
Original file line number Diff line number Diff line change 72
72
run : just build-wasm-runtime ${{ matrix.config }}
73
73
74
74
- name : Download Wasm Modules
75
- uses : actions/download-artifact@v4
75
+ uses : actions/download-artifact@v5
76
76
with :
77
77
name : guest-modules
78
78
path : ./x64/${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments