Skip to content

Commit

Permalink
Update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
CatotheCat11 authored Jan 4, 2025
1 parent 4f2ce14 commit 712a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew build

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: built-apk
path: app/build/outputs/apk/**/*.apk

0 comments on commit 712a3ba

Please sign in to comment.