From eb38d6ae481c3358c16d157b8c4a41207046f703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:30:25 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-onpremise.yml | 2 +- .github/workflows/build-public.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-onpremise.yml b/.github/workflows/build-onpremise.yml index eb4ac067..93db4bcb 100644 --- a/.github/workflows/build-onpremise.yml +++ b/.github/workflows/build-onpremise.yml @@ -177,7 +177,7 @@ jobs: - build steps: - name: "Download digests" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: ${{ runner.temp }}/digests pattern: digests-* diff --git a/.github/workflows/build-public.yml b/.github/workflows/build-public.yml index d91d6e51..fb91caa6 100644 --- a/.github/workflows/build-public.yml +++ b/.github/workflows/build-public.yml @@ -169,7 +169,7 @@ jobs: - build steps: - name: "Download digests" - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: ${{ runner.temp }}/digests pattern: digests-*