File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 cd substrate-node/tests
5555 robot -d _output_tests/ .
5656
57- - uses : actions/upload-artifact@v3
57+ - uses : actions/upload-artifact@v4
5858 if : always()
5959 with :
6060 name : integration test output
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
3838
3939 - name : Upload tfchain srtool json
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : tfchain-srtool-digest-json
4343 path : tfchain-srtool-digest.json
4444
4545 - name : Upload runtime
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : tfchain-runtime
4949 path : substrate-node/${{ steps.srtool_build.outputs.wasm_compressed }}
5959
6060 - name : Download artifacts
6161 id : download
62- uses : actions/download-artifact@v3
62+ uses : actions/download-artifact@v4
6363 with :
6464 name : tfchain-runtime
6565 path : tfchain-runtime
You can’t perform that action at this time.
0 commit comments