From bf1fb737a45dbbf424ac144ff59dd8fa10f9184c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 00:04:50 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 (#2642) 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 c2e62f255..9dbeece5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,19 +184,19 @@ jobs: echo -e "versionCode=${{ env.versionCode }}\nversionNameBase=${{ env.versionNameBase }}" > ./version_info.txt - name: Download F-Droid APK - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: fdroid-apk path: ./fdroid-apk-download - name: Download Google AAB - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: google-aab path: ./google-aab-download - name: Download Google APK - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: google-apk path: ./google-apk-download