From 4d8137a12d8d335224c7482bf405efe42c84d815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:12:32 +0000 Subject: [PATCH] chore(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-image.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 9463b84..c1e775d 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -125,7 +125,7 @@ jobs: run: echo "::notice title=Concurrency Condition::${{ inputs.custom_tag || inputs.deployment_env }}-${{ github.head_ref || github.run_id }}" - name: Download a single artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 if: ${{ inputs.artifact_name }} with: name: ${{ inputs.artifact_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89918d..00cadf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ github.ref_name }} - name: Download a single artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 if: ${{ inputs.artifact_name }} with: name: ${{ inputs.artifact_name }}