diff --git a/.github/workflows/build-sdk.yml b/.github/workflows/build-sdk.yml index ac1b450..5439444 100644 --- a/.github/workflows/build-sdk.yml +++ b/.github/workflows/build-sdk.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c5b2c6..da0d492 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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