From 95d83d8d061d72929268417ad606ad559ccbc0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:48:50 +0800 Subject: [PATCH] Update actions/upload-artifact action to v4 (#3859) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release_update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c7e558f6e..54339de4ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index 42ac57f972..a0c2c61c51 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -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 }}