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 @@ -121,7 +121,7 @@ jobs:
121121 file : ${{ steps.dl.outputs.filename }}
122122 compression : ${{matrix.compression}}
123123
124- - uses : actions/upload-artifact@v4
124+ - uses : actions/upload-artifact@v6
125125 with :
126126 path : ${{ steps.bottle.outputs.filename }}
127127 name : ${{ steps.bottle.outputs.name }}
Original file line number Diff line number Diff line change 5656 id : prep
5757 shell : bash
5858
59- - uses : actions/download-artifact@v4
59+ - uses : actions/download-artifact@v7
6060 id : download
6161 with :
6262 name : ${{ steps.prep.outputs.artifact-name }}
Original file line number Diff line number Diff line change 3333 id : tar
3434 shell : bash
3535
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v6
3737 with :
3838 path : ${{ steps.tar.outputs.path }}
3939 name : ${{ steps.tar.outputs.name }}
You can’t perform that action at this time.
0 commit comments