Skip to content

Commit

Permalink
actions: update java & artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Aug 1, 2024
1 parent d55db7b commit ba56fe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Clone submodules
run: git submodule update --init --recursive --remote
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build debug APK with Gradle
run: ./gradlew app:packageDebug
- name: Upload debug APK artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Auxio_Canary
path: ./app/build/outputs/apk/debug/app-debug.apk

0 comments on commit ba56fe1

Please sign in to comment.