From 85af5a424caf16ecaf9fa346479529a6a7b9c9ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 16:58:09 +0000 Subject: [PATCH] Update actions/download-artifact action to v5 --- .github/workflows/default.yml | 2 +- .github/workflows/release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 5fa8c450..ea8d8eaa 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' architecture: x64 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact - name: 'Report Coverage' diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 85afc60b..bc21ab5e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' architecture: x64 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifact - name: Create JAR bundle