File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 name : Build
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v5
99
1010 - name : Set up JDK
11- uses : actions/setup-java@v3
11+ uses : actions/setup-java@v5
1212 with :
1313 distribution : ' zulu'
14- java-version : 11
14+ java-version : 17
1515
1616 - name : Setup Android SDK
17- uses : android-actions/setup-android@v2
17+ uses : android-actions/setup-android@v3
1818
1919 - name : Build release
2020 run : ./gradlew assembleRelease
2121 env :
2222 KEYSTORE_PASSWORD : ${{ secrets.KEYSTORE_PASSWORD }}
2323
24- - uses : actions/upload-artifact@v2
24+ - uses : actions/upload-artifact@v4
2525 with :
2626 name : app
2727 path : app/build/outputs/apk/release/app-*.apk
3535 steps :
3636 - name : Get the APK
3737 id : get_apk
38- uses : actions/download-artifact@v2
38+ uses : actions/download-artifact@v4
3939 with :
4040 name : app
4141
You can’t perform that action at this time.
0 commit comments