From 097d1f4c2a43f74a42252d25f1ea81d4f1d54c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:15:31 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-sdk.yml | 8 ++++---- .github/workflows/build.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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