Skip to content

Commit 9231a7a

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 "세얼간이"

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
namespace = "com.idle.care"
1414

1515
defaultConfig {
16-
versionCode = 21
17-
versionName = "1.2.6"
16+
versionCode = 22
17+
versionName = "1.2.7"
1818
targetSdk = 35
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)