From b201386c8c3c8c608ea2e1ba6e2923ed3235e536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 10:50:00 -0700 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 8 (#8938) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/container_dev.yml | 2 +- .github/workflows/container_latest.yml | 4 ++-- .github/workflows/container_release_unified.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 4692238a2..bbac4f3c1 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v6 - name: Download pre-built Rust binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: rust-volume-* merge-multiple: true diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index ab1179be7..130062b4f 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -174,7 +174,7 @@ jobs: fi - name: Download pre-built Rust binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: rust-volume-* merge-multiple: true @@ -286,7 +286,7 @@ jobs: ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.source_ref || github.ref }} - name: Download pre-built Rust binaries for local scan if: needs.setup.outputs.publish != 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: rust-volume-* merge-multiple: true diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index 6c7e8e215..b3784543d 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -168,7 +168,7 @@ jobs: - name: Download pre-built Rust binaries if: github.event_name != 'workflow_dispatch' || github.event.inputs.variant == 'all' || github.event.inputs.variant == matrix.variant - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: rust-volume-* merge-multiple: true