Commit 4bacaa5 1 parent aede202 commit 4bacaa5 Copy full SHA for 4bacaa5
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,25 +66,25 @@ jobs:
66
66
KEY_PATH : key.jks
67
67
68
68
- name : Archive big APK
69
- uses : actions/upload-artifact@v2
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : apk
72
72
path : build/app/outputs/release/app-release.apk
73
73
74
74
- name : Archive arm APK
75
- uses : actions/upload-artifact@v2
75
+ uses : actions/upload-artifact@v4
76
76
with :
77
77
name : apk-arm
78
78
path : build/app/outputs/release/app-armeabi-v7a-release.apk
79
79
80
80
- name : Archive arm64 APK
81
- uses : actions/upload-artifact@v2
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : apk-arm64
84
84
path : build/app/outputs/release/app-arm64-v8a-release.apk
85
85
86
86
- name : Archive x86_64 APK
87
- uses : actions/upload-artifact@v2
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
name : apk-x86_64
90
90
path : build/app/outputs/release/app-x86_64-release.apk
You can’t perform that action at this time.
0 commit comments