From 5d7330ba00091e9dc7ea7e517a7f91f7d8f26b0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:48:58 +0800 Subject: [PATCH] Update actions/download-artifact action to v4 (#3858) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release_update.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54339de4ac..1e3e4a9cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: python -m pip install --upgrade pip pip install gitpython requests - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Debug APK path: artifacts/debug-apk diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index a0c2c61c51..e87cc70d69 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Release APK path: artifacts/release-apk @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Release APK path: artifacts/release-apk