From 04c1e9db105926f7cadcff48b2a8b588f642eb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:06:08 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-build.yml b/.github/workflows/workflow-build.yml index f9723db..47e8fbf 100644 --- a/.github/workflows/workflow-build.yml +++ b/.github/workflows/workflow-build.yml @@ -62,11 +62,11 @@ jobs: java-version: 17 distribution: 'temurin' - name: Download latest archetype snapshot - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: latest-snapshot - name: Download archetype pom - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: latest-snapshot-pom - name: Display structure of downloaded files