Skip to content
Merged
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
8 changes: 4 additions & 4 deletions .github/workflows/build-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
repository: ${{ env.BUILDSCRIPTS_REPO }}
ref: ${{ needs.gate.outputs.buildscripts_revision }}
fetch-depth: 0
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
pattern: stage1-*
path: artifacts
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
repository: ${{ env.BUILDSCRIPTS_REPO }}
ref: ${{ needs.gate.outputs.buildscripts_revision }}
fetch-depth: 0
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
pattern: stage2-*
path: artifacts
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
repository: ${{ env.BUILDSCRIPTS_REPO }}
ref: ${{ needs.gate.outputs.buildscripts_revision }}
fetch-depth: 0
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
pattern: stage3-*
path: artifacts
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
# two flat extractions into one directory overwrite each other's
# provenance.json. Every artifact of this run is a stage artifact, and
# more than one always exists, so this always nests per artifact name.
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
path: artifacts
- name: Group the release tree
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
libarchive-tools pkg-config
# By stage, not by host name: which host produces stage 1 is the lock's
# to say, and there is only ever one of them.
- uses: actions/download-artifact@v7
- uses: actions/download-artifact@v8
with:
pattern: stage1-*
path: artifacts
Expand Down
Loading