File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ jobs:
424424
425425 - name : Upload build logs
426426 if : always() && env.SKIP_BUILD != 'true'
427- uses : actions/upload-artifact@v6
427+ uses : actions/upload-artifact@v7
428428 with :
429429 name : " build-log-${{ env.RECIPE_ID }}-${{ matrix.target.host }}"
430430 path : " ${{ env.SYSTMP }}/build.log"
@@ -469,7 +469,7 @@ jobs:
469469
470470 - name : Upload build status
471471 if : always()
472- uses : actions/upload-artifact@v6
472+ uses : actions/upload-artifact@v7
473473 with :
474474 name : " build-status-${{ env.RECIPE_ID }}-${{ matrix.target.host }}"
475475 path : |
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 ls -lah
123123
124124 - name : Upload artifacts
125- uses : actions/upload-artifact@v6
125+ uses : actions/upload-artifact@v7
126126 with :
127127 name : metadata-${{ matrix.arch }}
128128 path : |
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266266
267267 - name : Upload updates report
268268 if : always() && steps.check.outputs.update_count > 0
269- uses : actions/upload-artifact@v6
269+ uses : actions/upload-artifact@v7
270270 with :
271271 name : updates-report
272272 path : /tmp/updates.json
You can’t perform that action at this time.
0 commit comments