From 3595289ea835ed8e0f310f0e06f245ac0f322060 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 03:17:42 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 (#3046) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21e7bdc03..e0060fa2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,19 +196,19 @@ jobs: needs: [release-google, release-fdroid] steps: - name: Download Google AAB - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: google-aab path: ./google/bundle - name: Download Google APK - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: google-apk path: ./google/apk - name: Download F-Droid APK - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: fdroid-apk path: ./fdroid