File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 name : Build
66 runs-on : ubuntu-22.04
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v3
99
1010 - name : Set up JDK
11- uses : actions/setup-java@v1
11+ uses : actions/setup-java@v3
1212 with :
1313 java-version : 11
14+ distribution : adopt-hotspot
1415
1516 - name : Setup Android SDK
1617 uses : android-actions/setup-android@v2
1718
1819 - name : Build release
1920 run : ./gradlew assembleRelease
2021
21- - uses : actions/upload-artifact@v2
22+ - uses : actions/upload-artifact@v3
2223 with :
2324 name : unsigned-app.apk
2425 path : app/build/outputs/apk/release/app-release-unsigned.apk
3132 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
3233 steps :
3334 - name : Get the APK
34- uses : actions/download-artifact@v4.1.7
35+ uses : actions/download-artifact@v4
3536 with :
3637 name : unsigned-app.apk
3738 path : .
You can’t perform that action at this time.
0 commit comments