Android Build: Bump action version

This commit is contained in:
2024-05-25 17:26:37 +08:00
committed by GitHub
parent 12f18af2b4
commit 9ce05e525b

View File

@@ -28,7 +28,7 @@ jobs:
with:
channel: stable
- name: set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
@@ -45,7 +45,7 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }}
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app-release
path: build/app/outputs/flutter-apk/*