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 @@ -115,7 +115,7 @@ jobs:
115115 file : ${{ steps.dl.outputs.filename }}
116116 compression : ${{matrix.compression}}
117117
118- - uses : actions/upload-artifact@v3
118+ - uses : actions/upload-artifact@v4
119119 with :
120120 path : ${{ steps.bottle.outputs.filename }}
121121 name : ${{ steps.bottle.outputs.name }}
Original file line number Diff line number Diff line change 6363 id : prep
6464 shell : bash
6565
66- - uses : actions/download-artifact@v3
66+ - uses : actions/download-artifact@v4
6767 id : download
6868 with :
6969 name : ${{ steps.prep.outputs.artifact-name }}
Original file line number Diff line number Diff line change 4040 id : tar
4141 shell : bash
4242
43- - uses : actions/upload-artifact@v3
43+ - uses : actions/upload-artifact@v4
4444 with :
4545 path : ${{ steps.tar.outputs.path }}
4646 name : ${{ steps.tar.outputs.name }}
You can’t perform that action at this time.
0 commit comments