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 2424 steps :
2525 # Clone the repo. Do shallow clone up until depth two to save clone time.
2626 - name : Checkout Pluto
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 2
3030 - name : Checkout submodules
Original file line number Diff line number Diff line change 1414 steps :
1515 # Clone the repo. Do shallow clone to save clone time.
1616 - name : Get Pluto (mlir-private)
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 2
2020
7777 # Upload the format patch to an artifact (zip'd) associated
7878 # with the workflow run. Only run this on a failure.
7979 - name : Upload format patch
80- uses : actions/upload-artifact@v2
80+ uses : actions/upload-artifact@v4
8181 continue-on-error : true
8282 if : ${{ failure() }}
8383 with :
You can’t perform that action at this time.
0 commit comments