mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/release_update.yml
vendored
2
.github/workflows/release_update.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user