File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 find . -type d -iname "master-baseline-data" -exec rsync -avR {} ./criterion-ps-mina-master-baseline/ \;
5151
5252 # Upload current baseline
53- - uses : actions/upload-artifact@v4
53+ - uses : actions/upload-artifact@v5
5454 with :
5555 name : criterion-ps-mina-master-baseline
5656 path : criterion-ps-mina-master-baseline/
Original file line number Diff line number Diff line change 6868 uses : ./.github/actions/coverage-summary-shared
6969
7070 - name : Upload the HTML test coverage report
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 continue-on-error : true
7373 if : always()
7474 with :
Original file line number Diff line number Diff line change 2222 tar -czf mips-binaries.tar.gz bin/
2323
2424 - name : Upload artifacts
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v5
2626 with :
2727 name : mips-binaries
2828 path : o1vm/resources/programs/mips/mips-binaries.tar.gz
You can’t perform that action at this time.
0 commit comments