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 4747 components : clippy, rustfmt
4848
4949 - name : Download Wasm Modules
50- uses : actions/download-artifact@v4
50+ uses : actions/download-artifact@v5
5151 with :
5252 name : guest-modules
5353 path : ./x64/${{ matrix.config }}
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
6666 if : ${{ contains(github.ref, 'refs/heads/release/') }}
6767 shell : bash
6868 - name : Download Wasm Modules
69- uses : actions/download-artifact@v4
69+ uses : actions/download-artifact@v5
7070 with :
7171 name : guest-modules
7272 path : ${{ env.PLATFORM }}/${{ env.CONFIG }}
7373 - name : Build rust wasm modules
7474 run : just build-rust-wasm-examples ${{ env.CONFIG }}
7575 shell : bash
7676 - name : Download all benchmarks
77- uses : actions/download-artifact@v4
77+ uses : actions/download-artifact@v5
7878 with :
7979 pattern : benchmarks_*
8080 - name : Archive benchmarks
Original file line number Diff line number Diff line change 7272 run : just build-wasm-runtime ${{ matrix.config }}
7373
7474 - name : Download Wasm Modules
75- uses : actions/download-artifact@v4
75+ uses : actions/download-artifact@v5
7676 with :
7777 name : guest-modules
7878 path : ./x64/${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments