Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (termux#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and HuySky009 committed Jan 24, 2024
1 parent 6f3fa43 commit 9e00c33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
./gradlew assembleDebug
- name: Store generated APK file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: termux-boot
path: ./app/build/outputs/apk/debug/app-debug.apk
Empty file added .vscode/extensions.json
Empty file.

0 comments on commit 9e00c33

Please sign in to comment.