Skip to content

Commit b283c7e

Browse files
committed
Updating upload action
1 parent ea954d0 commit b283c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew assembleDebug
2626

2727
- name: Upload built APK
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: demo-debug.apk
3131
path: DailyDemo/app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)