Skip to content

Commit 0282f24

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 5dfb673 commit 0282f24

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
@@ -411,7 +411,7 @@ jobs:
411411
412412
- name: Upload build logs
413413
if: always() && env.SKIP_BUILD != 'true'
414-
uses: actions/upload-artifact@v6
414+
uses: actions/upload-artifact@v7
415415
with:
416416
name: "build-log-${{ env.RECIPE_ID }}-${{ matrix.target.host }}"
417417
path: "${{ env.SYSTMP }}/build.log"
@@ -456,7 +456,7 @@ jobs:
456456
457457
- name: Upload build status
458458
if: always()
459-
uses: actions/upload-artifact@v6
459+
uses: actions/upload-artifact@v7
460460
with:
461461
name: "build-status-${{ env.RECIPE_ID }}-${{ matrix.target.host }}"
462462
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)