Skip to content

Commit a84a9dd

Browse files
committed
[IDLE-000] CD Artifact v3 -> v4
1 parent 1947f1c commit a84a9dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: ./gradlew bundleRelease --stacktrace
7070

7171
- name: Upload AAB artifact
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4 # ← 여기만 v3 → v4 로 변경
7373
with:
7474
name: app-release.aab
7575
path: app/build/outputs/bundle/release/app-release.aab
@@ -87,4 +87,4 @@ jobs:
8787
firebase appdistribution:distribute app/build/outputs/apk/release/app-release.apk \
8888
--app ${{ secrets.FIREBASE_APP_ID }} \
8989
--release-notes "~새로운 릴리즈 버전이 날라왔어용~" \
90-
--groups "세얼간이"
90+
--groups "세얼간이"

0 commit comments

Comments
 (0)