Skip to content

Commit

Permalink
ci: bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dead8309 committed Jan 16, 2025
1 parent 2730fda commit d239b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./gradlew assembleDebug

- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: apk-debug
path: app/build/outputs/apk/debug/**.apk
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./gradlew assembleDebug

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

0 comments on commit d239b68

Please sign in to comment.