From e4385832b74e0272d6cd9c34c2c14f9be0031381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 15:19:09 +0000 Subject: [PATCH] Changed: Bump actions/download-artifact from 3 to 4 (#3736) l --- .github/workflows/attach_debug_apks_to_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attach_debug_apks_to_release.yml b/.github/workflows/attach_debug_apks_to_release.yml index 04b4caec..0bd0f9cf 100644 --- a/.github/workflows/attach_debug_apks_to_release.yml +++ b/.github/workflows/attach_debug_apks_to_release.yml @@ -61,7 +61,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Upload APKs to release uses: termux/upload-release-action@v4.1.0 with: