mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2025-12-23 22:28:06 -05:00
Update android_beta_apk.yml
Use V4 of upload-artifacts since older are deprecated
This commit is contained in:
committed by
GitHub
parent
39ac064470
commit
12fa3304ba
4
.github/workflows/android_beta_apk.yml
vendored
4
.github/workflows/android_beta_apk.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
run: ./gradlew assembleDebug --stacktrace
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: my-build-apk
|
||||
name: androbd-beta
|
||||
path: ./**/*.apk
|
||||
|
||||
Reference in New Issue
Block a user