Update actions/upload-artifact action to v4 (#3859)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-17 18:48:50 +08:00
committed by GitHub
parent af0fef1801
commit 95d83d8d06
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Build debug APK
run: ./gradlew assembleLawnWithQuickstepDebug
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Debug APK
path: build/outputs/apk/lawnWithQuickstep/debug/*.apk

View File

@@ -50,7 +50,7 @@ jobs:
continue-on-error: true
run: mv "${{ steps.sign-release-apk.outputs.signedReleaseFile }}" "${{ github.event.inputs.artifactName }}"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Release APK
path: ${{ github.event.inputs.artifactName }}