File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 mkdir -p build
4040 cp target/production/mythos-node build/mythos-node-${{matrix.cpu}}
4141 - name : Upload binary
42- uses : actions/upload-artifact@v3.1.2
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : binaries
4545 path : build
Original file line number Diff line number Diff line change 4545 run : cp `dirname ${{ steps.srtool_build.outputs.wasm }}`/*.wasm ./
4646 - name : Archive Runtime
4747 if : github.event_name != 'release'
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : ${{ matrix.runtime }}-runtime-${{ github.sha }}
5151 path : |
7171
7272 - name : Archive Subwasm results
7373 if : github.event_name != 'release'
74- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
74+ uses : actions/upload-artifact@4
7575 with :
7676 name : ${{ matrix.runtime }}-info
7777 path : |
You can’t perform that action at this time.
0 commit comments