Skip to content

Commit f02d295

Browse files
authored
[CI] Upgrade github upload-artifact action (#17355)
1 parent 35fdf8b commit f02d295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
export PATH="${ANDROID_NDK_LATEST_HOME}:$PATH"
176176
gradle clean build
177177
- name: Upload android_rpc APK
178-
uses: actions/upload-artifact@v2
178+
uses: actions/upload-artifact@v4
179179
with:
180180
name: android_rpc-debug.apk
181181
path: ./apps/android_rpc/app/build/outputs/apk/debug/app-debug.apk
@@ -186,7 +186,7 @@ jobs:
186186
export PATH="${ANDROID_NDK_LATEST_HOME}:$PATH"
187187
gradle clean build
188188
- name: Upload android_deploy APK
189-
uses: actions/upload-artifact@v2
189+
uses: actions/upload-artifact@v4
190190
with:
191191
name: android_deploy-debug.apk
192192
path: ./apps/android_deploy/app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)