From c2ff24b937ed1b213d46338818ee27c2c7f095bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:13:59 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-integration.yml | 2 +- .github/workflows/package.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-integration.yml b/.github/workflows/maven-integration.yml index 298949b..b866941 100644 --- a/.github/workflows/maven-integration.yml +++ b/.github/workflows/maven-integration.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: binary - name: Extract build diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 11d895f..5ba7079 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -76,7 +76,7 @@ jobs: PACKAGE_VERSION: ${{ needs.build.outputs.version }} steps: - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Setup Debian container @@ -151,7 +151,7 @@ jobs: PACKAGE_VERSION: ${{ needs.build.outputs.version }} steps: - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Set up JDK @@ -205,7 +205,7 @@ jobs: PACKAGE_VERSION: ${{ needs.build.outputs.version }} steps: - name: Download build - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build - name: Set up JDK