File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 make install
3838 tar -cf ct-ng.tar .local/
3939 - name : " upload ct-ng"
40- uses : actions/upload-artifact@v2
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : crosstool.${{ matrix.host }}
4343 path : ct-ng.tar
4444 - name : " upload config.log"
45- uses : actions/upload-artifact@v2
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : config.log.${{ matrix.host }}
4848 path : config.log
9292 hdiutil mount ${HOME}/Workspace.sparseimage -mountroot /Users/runner/work/crosstool-ng
9393 cd crosstool-ng
9494 - name : " download ct-ng"
95- uses : actions/download-artifact@v2
95+ uses : actions/download-artifact@v4
9696 with :
9797 name : crosstool.${{ matrix.host }}
98+ path : .
9899 - name : " extract ct-ng"
99100 run : |
100101 tar -xf ct-ng.tar
@@ -118,7 +119,7 @@ jobs:
118119 sed -i -e '/CT_PREFIX_DIR/s/HOME/CT_TOP_DIR/' .config
119120 ct-ng build
120121 - name : " upload log"
121- uses : actions/upload-artifact@v2
122+ uses : actions/upload-artifact@v4
122123 with :
123124 name : " ${{ matrix.sample }}.${{ matrix.host }}.log"
124125 path : |
You can’t perform that action at this time.
0 commit comments