From 1164b8e8782b1c9728d88708de4385803d212d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:05:25 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.7 to 8.0.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/65a9edc5881444af0b9093a5e628f2fe47ea3b2e...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reuse_java_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse_java_deploy.yml b/.github/workflows/reuse_java_deploy.yml index c807e47..d56acea 100644 --- a/.github/workflows/reuse_java_deploy.yml +++ b/.github/workflows/reuse_java_deploy.yml @@ -15,7 +15,7 @@ jobs: gpg --list-secret-keys --keyid-format LONG - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Download JAR Files - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 continue-on-error: true #parent pom has no jar with: name: jar-files