Skip to content

Commit

Permalink
Update android_beta_apk.yml
Browse files Browse the repository at this point in the history
Use V4 of upload-artifacts since older are deprecated
  • Loading branch information
fr3ts0n authored Jul 13, 2024
1 parent 39ac064 commit 12fa330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_beta_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12fa330

Please sign in to comment.