Skip to content

Commit 66fa2d1

Browse files
Copilotlgirdwood
andauthored
ci: update deprecated artifact actions
Agent-Logs-Url: https://github.com/thesofproject/crosstool-ng/sessions/5755125d-f23f-40b3-a7cb-ccc98220fcc0 Co-authored-by: lgirdwood <12020523+lgirdwood@users.noreply.github.com>
1 parent 7744e8e commit 66fa2d1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 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,9 +92,10 @@ 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 }}
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: |

0 commit comments

Comments
 (0)