Skip to content

Commit fbdc5c2

Browse files
committed
[FIX] CD WorkFlow ์ˆ˜์ •
1 parent e874b75 commit fbdc5c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

โ€Ž.github/workflows/android_cd.ymlโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 }}

0 commit comments

Comments
ย (0)