From 4afd361a90b793ac43432e1c6278c9aa7e0c3da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:08:49 +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/ci-build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index d24120fe..b06b0551 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -120,7 +120,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Download Maven Repo - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: maven-repo path: .. @@ -180,7 +180,7 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.jdk }} - name: Download Maven Repo - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: maven-repo path: .. @@ -214,7 +214,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Download Maven Repo - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: maven-repo path: ..