Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/matrix_builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ jobs:

- name: Upload build logs
if: always() && env.SKIP_BUILD != 'true'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: "build-log-${{ env.RECIPE_ID }}-${{ matrix.target.host }}"
path: |
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:

- name: Upload build status
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: "build-status-${{ env.RECIPE_ID }}-${{ matrix.target.host }}"
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
ls -lah

- name: Upload artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: metadata-${{ matrix.arch }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:

- name: Upload updates report
if: always() && steps.check.outputs.update_count > 0
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: updates-report
path: /tmp/updates.json
Expand Down