Skip to content

Commit

Permalink
ci: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpan committed Oct 16, 2024
1 parent e9dd18c commit d4743bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build APK
run: cd demo_apk && bash ./gradlew assembleDebug --stacktrace
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: demo.apk
path: demo_apk/app/build/outputs/apk/debug/app-debug.apk
Expand Down

0 comments on commit d4743bd

Please sign in to comment.