Update actions/upload-artifact action to v4
This commit is contained in:
parent
48b1c26cc1
commit
3438ebcc7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: ./gradlew assembleDebug
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app
|
||||
path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk
|
||||
|
|
Loading…
Reference in a new issue