Skip to content

Commit a87a6c0

Browse files
authored
Update Upload Action version
1 parent f8e9cc6 commit a87a6c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: ./gradlew :app:assembleDebug
7575

7676
- name: Upload APK
77-
uses: actions/upload-artifact@v2
77+
uses: actions/upload-artifact@v4.6.2
7878
with:
7979
name: apk
80-
path: app/build/outputs/apk/debug/**.apk
80+
path: app/build/outputs/apk/debug/**.apk

0 commit comments

Comments
 (0)