Skip to content

Commit 23b76ce

Browse files
authored
ci: update deprecated artifact actions to v4
1 parent c16dfd6 commit 23b76ce

2 files changed

Lines changed: 18351 additions & 4 deletions

File tree

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -92,7 +92,7 @@ jobs:
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 }}
9898
- name: "extract ct-ng"
@@ -118,7 +118,7 @@ jobs:
118118
sed -i -e '/CT_PREFIX_DIR/s/HOME/CT_TOP_DIR/' .config
119119
ct-ng build
120120
- name: "upload log"
121-
uses: actions/upload-artifact@v2
121+
uses: actions/upload-artifact@v4
122122
with:
123123
name: "${{ matrix.sample }}.${{ matrix.host }}.log"
124124
path: |

0 commit comments

Comments
 (0)