We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea954d0 commit b283c7eCopy full SHA for b283c7e
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: ./gradlew assembleDebug
26
27
- name: Upload built APK
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
29
with:
30
name: demo-debug.apk
31
path: DailyDemo/app/build/outputs/apk/debug/app-debug.apk
0 commit comments