Merge pull request #37 from VendroidEnhanced/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v4
This commit is contained in:
commit
3e67601350
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…
Add table
Reference in a new issue