From 95c69d2146e355b8021b38e94414361369fbf3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:04:12 +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/js-ci.yml | 4 ++-- .github/workflows/operator-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/js-ci.yml b/.github/workflows/js-ci.yml index 2366ea3a69e9..ecc69b8f1f93 100644 --- a/.github/workflows/js-ci.yml +++ b/.github/workflows/js-ci.yml @@ -153,7 +153,7 @@ jobs: - uses: ./.github/actions/pnpm-setup - name: Download Keycloak server - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: keycloak @@ -234,7 +234,7 @@ jobs: working-directory: js - name: Download Keycloak server - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: keycloak diff --git a/.github/workflows/operator-ci.yml b/.github/workflows/operator-ci.yml index 0f84fcc0329d..c802e593bdb1 100644 --- a/.github/workflows/operator-ci.yml +++ b/.github/workflows/operator-ci.yml @@ -100,7 +100,7 @@ jobs: - name: Download keycloak distribution id: download-keycloak-dist - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: keycloak-dist path: quarkus/container @@ -160,7 +160,7 @@ jobs: - name: Download keycloak distribution id: download-keycloak-dist - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: keycloak-dist path: quarkus/container