From 7a08c75cfed9565d64b5a3006128aa0ca246946a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:00:10 +0000 Subject: [PATCH] Bump actions/download-artifact in the actions-deps group Bumps the actions-deps group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 29a282b..cee8490 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -169,7 +169,7 @@ jobs: git checkout --progress --force "refs/tags/${RELEASE_VERSION}" - name: 'Download all build artifacts' - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 - name: 'Set up Java' uses: actions/setup-java@v5