Skip to content

Commit 469b769

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 6f2f8a6 commit 469b769

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/matrix_builds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/release-metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/update-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)