From 95b50d51b52af24de90081abaaedc2f6a6436a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:00:03 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e39e9b612..d8ef8847c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -103,7 +103,7 @@ jobs: distribution: 'temurin' java-version: '17' - - uses: actions/download-artifact@v4.1.1 + - uses: actions/download-artifact@v4.1.7 with: name: jar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a89fb1228..b9fc798db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: distribution: 'temurin' java-version: '17' - - uses: actions/download-artifact@v4.1.1 + - uses: actions/download-artifact@v4.1.7 with: name: jar