File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
3737 yarn install --immutable --check-cache
3838
3939 - name : Cache Gradle Wrapper
40- uses : actions/cache@v3
40+ uses : actions/cache@v4
4141 with :
4242 path : ~/.gradle/wrapper
4343 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/android/gradle/wrapper/gradle-wrapper.properties') }}
4444
4545 - name : Cache Gradle Dependencies
46- uses : actions/cache@v3
46+ uses : actions/cache@v4
4747 with :
4848 path : ~/.gradle/caches
4949 key : ${{ runner.os }}-gradle-${{ hashFiles('**/android/build.gradle') }}
5858 cd android && ./gradlew assembleRelease --no-daemon
5959
6060 - name : Upload APK as artifact
61- uses : actions/upload-artifact@v3
61+ uses : actions/upload-artifact@v4
6262 with :
6363 name : opendtu-app
6464 if-no-files-found : error
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
3838 yarn install --immutable --check-cache
3939
4040 - name : Cache Gradle Wrapper
41- uses : actions/cache@v3
41+ uses : actions/cache@v4
4242 with :
4343 path : ~/.gradle/wrapper
4444 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/android/gradle/wrapper/gradle-wrapper.properties') }}
4545
4646 - name : Cache Gradle Dependencies
47- uses : actions/cache@v3
47+ uses : actions/cache@v4
4848 with :
4949 path : ~/.gradle/caches
5050 key : ${{ runner.os }}-gradle-${{ hashFiles('**/android/build.gradle') }}
8484 rm android/app/build/outputs/apk/release/*-aligned.apk
8585
8686 - name : Upload APK as artifact
87- uses : actions/upload-artifact@v3
87+ uses : actions/upload-artifact@v4
8888 with :
8989 name : opendtu-app
9090 path : android/app/build/outputs/apk/release/*.apk
You can’t perform that action at this time.
0 commit comments