From c3ee34f891f43d147f40c1b50dfce02bb72cce17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:27:18 +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-on-change.yaml | 2 +- .github/workflows/pr-build-test.yaml | 4 ++-- .github/workflows/release-metadata.yaml | 2 +- .github/workflows/rolling-rebuilds.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-on-change.yaml b/.github/workflows/build-on-change.yaml index 87b3be75e..138d56151 100644 --- a/.github/workflows/build-on-change.yaml +++ b/.github/workflows/build-on-change.yaml @@ -199,7 +199,7 @@ jobs: -o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-statuses diff --git a/.github/workflows/pr-build-test.yaml b/.github/workflows/pr-build-test.yaml index 8d6e39e59..5df216430 100644 --- a/.github/workflows/pr-build-test.yaml +++ b/.github/workflows/pr-build-test.yaml @@ -146,7 +146,7 @@ jobs: sbuild --version - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-statuses @@ -270,7 +270,7 @@ jobs: actions: read steps: - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-status diff --git a/.github/workflows/release-metadata.yaml b/.github/workflows/release-metadata.yaml index 64d037665..416187441 100644 --- a/.github/workflows/release-metadata.yaml +++ b/.github/workflows/release-metadata.yaml @@ -139,7 +139,7 @@ jobs: contents: write steps: - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: /tmp/artifacts merge-multiple: true diff --git a/.github/workflows/rolling-rebuilds.yaml b/.github/workflows/rolling-rebuilds.yaml index 305a7b485..24ec13111 100644 --- a/.github/workflows/rolling-rebuilds.yaml +++ b/.github/workflows/rolling-rebuilds.yaml @@ -318,7 +318,7 @@ jobs: -o /usr/local/bin/sbuild && chmod +x /usr/local/bin/sbuild || true - name: Download build status artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-status-* path: /tmp/build-statuses