From 739b520215cd2bf9ebd8e5a6c694c6f11a464923 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 17:29:22 -0400 Subject: [PATCH] Update actions/download-artifact action to v5 (#168) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/Build.yml | 2 +- .github/workflows/Preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9693505c..9fc89e6b 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -176,7 +176,7 @@ jobs: fetch-depth: 0 - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Fix rpm java dependency uses: Syer10/Fedora-Java17-Action@v1 diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index a2f69446..94b911f8 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -184,7 +184,7 @@ jobs: fetch-depth: 0 - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Fix rpm java dependency uses: Syer10/Fedora-Java17-Action@v1