mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 05:53:11 -05:00
chore(deps): update actions/upload-artifact action to v5 (#1138)
This commit is contained in:
commit
3e7b27342c
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
if: env.IS_EXPO_ENABLED == 'true'
|
||||
run: wget -O kyoo.apk ${{ steps.url.outputs.assetUrl }}
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
if: env.IS_EXPO_ENABLED == 'true'
|
||||
with:
|
||||
name: kyoo.apk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user