File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 # 2. Gradle Cache
2222 - name : Cache Gradle dependencies
23- uses : actions/cache@v3
23+ uses : actions/cache@v4
2424 with :
2525 path : |
2626 ~/.gradle/caches
@@ -76,14 +76,14 @@ jobs:
7676
7777 # 12. AAB Artifact Upload
7878 - name : Upload Release AAB
79- uses : actions/upload-artifact@v3
79+ uses : actions/upload-artifact@v4
8080 with :
8181 name : release-aab
8282 path : app/build/outputs/bundle/release/app-release.aab
8383
8484 # 13. APK Artifact Upload
8585 - name : Upload Release APK
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 name : release-apk
8989 path : app/build/outputs/apk/release/app-release.apk
@@ -134,7 +134,7 @@ jobs:
134134 --groups "orbit_tester_group"
135135
136136
137- # 17. Notify Discord
137+ # 17. Notify Discord
138138 - name : Notify Discord
139139 env :
140140 DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
You canโt perform that action at this time.
0 commit comments