Update actions/download-artifact action to v5 (#168)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-05 17:29:22 -04:00
committed by GitHub
parent b0561a5d6f
commit 739b520215
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Download Build Artifacts - name: Download Build Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
- name: Fix rpm java dependency - name: Fix rpm java dependency
uses: Syer10/Fedora-Java17-Action@v1 uses: Syer10/Fedora-Java17-Action@v1

View File

@@ -184,7 +184,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Download Build Artifacts - name: Download Build Artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
- name: Fix rpm java dependency - name: Fix rpm java dependency
uses: Syer10/Fedora-Java17-Action@v1 uses: Syer10/Fedora-Java17-Action@v1