File tree Expand file tree Collapse file tree 4 files changed +77
-58
lines changed
Expand file tree Collapse file tree 4 files changed +77
-58
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.os }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 ref : master
2626
3838 cargo bench --bench update_benchmarks --features bench -- --save-baseline master
3939
4040 - name : Checkout master branch
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242 with :
4343 clean : false
4444 ref : ${{ github.event.pull_request.head.sha }}
5252 cargo bench --bench update_benchmarks --features bench -- --save-baseline pr
5353
5454 - name : Upload benchmark results
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : benchmark-results-${{ matrix.os }}
5858 path : ./target/criterion
6565
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v3
68+ uses : actions/checkout@v4
6969 with :
7070 fetch-depth : 0
7171
8080 tool : critcmp
8181
8282 - name : Linux | Download PR benchmark results
83- uses : actions/download-artifact@v3
83+ uses : actions/download-artifact@v4
8484 with :
8585 name : benchmark-results-ubuntu-latest
8686 path : ./target/criterion
9595 run : rm -rf ./target/criterion
9696
9797 - name : Windows | Download PR benchmark results
98- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@v4
9999 with :
100100 name : benchmark-results-windows-latest
101101 path : ./target/criterion
Original file line number Diff line number Diff line change 99 add-reviews :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : kentaro-m/auto-assign-action@v1.2.4
12+ - uses : kentaro-m/auto-assign-action@v2.0.0
You can’t perform that action at this time.
0 commit comments