mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
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:
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/Preview.yml
vendored
2
.github/workflows/Preview.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user