From 3466a3ae16dcdd2c6a8feee18c3638c9213f8b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=ED=98=84=EC=84=9C?= Date: Tue, 10 Sep 2024 08:54:00 +0900 Subject: [PATCH] :sparkles: :: Update upload artifact version v3 --- .github/workflows/goms_android_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goms_android_cd.yml b/.github/workflows/goms_android_cd.yml index 919a07b0..7e21c7ac 100644 --- a/.github/workflows/goms_android_cd.yml +++ b/.github/workflows/goms_android_cd.yml @@ -53,7 +53,7 @@ jobs: keyPassword: ${{ secrets.KEY_PASSWORD }} - name: Upload AAB - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: app path: app/build/outputs/bundle/release/app-release.aab