From 87f497b8e05cccf4ece49d44e93a7442adfadc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:16:01 +0000 Subject: [PATCH] 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/basesystem.yml | 2 +- .github/workflows/dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basesystem.yml b/.github/workflows/basesystem.yml index ef5fb75..225cfcc 100644 --- a/.github/workflows/basesystem.yml +++ b/.github/workflows/basesystem.yml @@ -116,7 +116,7 @@ jobs: - {name: "minimal_dependencies"} steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests/basesystem-${{ matrix.image.name }} pattern: basesystem-${{ matrix.image.name }}-digests-* diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index b33b8ad..0acd973 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -101,7 +101,7 @@ jobs: - {name: "latest"} steps: - name: Download digests - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: ${{ runner.temp }}/digests/dependencies-${{ matrix.image.name }} pattern: dependencies-${{ matrix.image.name }}-digests-*