mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2025-12-23 23:37:53 -05:00
Update actions/upload-artifact action to v5
This commit is contained in:
committed by
Niels van Velzen
parent
2ab7aafefa
commit
71b2a3b19e
2
.github/workflows/app-build.yaml
vendored
2
.github/workflows/app-build.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Create publish bundle
|
||||
run: mkdir -p build/gh-app-publish/; find app/build/ -iname "*.apk" -exec mv "{}" build/gh-app-publish/ \;
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
|
||||
with:
|
||||
name: build-artifacts
|
||||
retention-days: 14
|
||||
|
||||
Reference in New Issue
Block a user