chore(deps): update actions/upload-artifact action to v5
This commit is contained in:
committed by
Nishant Mishra
parent
90322bc621
commit
3deaab0a13
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: ./gradlew testDebugUnitTest
|
run: ./gradlew testDebugUnitTest
|
||||||
|
|
||||||
- name: Upload debug APK artifact
|
- name: Upload debug APK artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: tomato-debug
|
name: tomato-debug
|
||||||
path: ./app/build/outputs/apk/debug/app-debug.apk
|
path: ./app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user