actions: update java & artifact to v4

This commit is contained in:
Alexander Capehart 2024-08-01 02:34:34 +00:00 committed by GitHub
parent d55db7bde4
commit ba56fe1a4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'
@ -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