Skip to content

Commit 728d25a

Browse files
committed
Fix actions
1 parent 1f25c39 commit 728d25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: ./gradlew assembleDebug
3434

3535
- name: Upload the APK
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: mauth
3939
path: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)