Skip to content

Commit 3e5a28e

Browse files
Update actions/upload-artifact action to v5
1 parent ad77837 commit 3e5a28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
Rename-Item -Path .\jellyfin_*_windows-x64.exe -NewName ("jellyfin_${{ inputs.jellyfin_version }}_windows-x64.exe")
5252
5353
- name: Upload Artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v5
5555
with:
5656
name: windows-x64
5757
retention-days: 30

0 commit comments

Comments
 (0)