From edc45f4cb83ab3737f124926cee624326feeaeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:13:19 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-release.yml.yml | 2 +- .github/workflows/slt-targeted-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml.yml b/.github/workflows/build-and-release.yml.yml index 7d685fc98..5c7e5f5de 100644 --- a/.github/workflows/build-and-release.yml.yml +++ b/.github/workflows/build-and-release.yml.yml @@ -94,7 +94,7 @@ jobs: - build-docker steps: - name: Download digests - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/slt-targeted-testing.yml b/.github/workflows/slt-targeted-testing.yml index 36ee04ec9..c997617d8 100644 --- a/.github/workflows/slt-targeted-testing.yml +++ b/.github/workflows/slt-targeted-testing.yml @@ -134,7 +134,7 @@ jobs: fetch-depth: 0 - name: Download SLT Selection - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: slt-selection path: ./artifacts