From 8846398c8aa6dd41a6bd6a925fc7ee8f2dffdb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:31:51 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.8 to 4.3.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 6277997a4..bd9e6120e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -107,7 +107,7 @@ jobs: with: version: '17' - name: Download Maven Repo - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: maven-repo-${{ github.run_id }}-${{ github.run_number }} path: . @@ -142,7 +142,7 @@ jobs: with: version: '17' - name: Download Maven Repo - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.3.0 with: name: maven-repo-${{ github.run_id }}-${{ github.run_number }} path: .