Skip to content

Commit f54a12b

Browse files
Update actions/upload-artifact action to v6
1 parent 312ca25 commit f54a12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./gradlew assembleDebug
3838

3939
- name: Upload APK artifact
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: app-debug
4343
path: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)