From ea5b33f30677dfbacb5f735554ebfcb7afbb32c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:34:16 +0800 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 (#5719) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release_update.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e658ffb910..844b6378b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: python -m pip install --upgrade pip pip install gitpython requests - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Debug APK path: artifacts/debug-apk @@ -124,7 +124,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 # Note the # and () symbols are not supported in GitHub Release filenames, even manually - name: Export APK_NAME for later use run: echo "APK_NAME=Lawnchair.Debug.${{ github.ref_name }}.Nightly-CI_${{ github.run_number }}-$(echo ${{ github.sha }} | cut -c1-7).apk" >> $GITHUB_ENV diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index f696064585..ed149ec0bd 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Release APK path: artifacts/release-apk @@ -88,7 +88,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Release APK path: artifacts/release-apk