From 9662e4f12a5b7df4a63cfcd2dff4589cb86cddc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 00:42:28 +0530 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 (#1762) Co-authored-by: Renovate Bot --- .github/workflows/deploy_github_releases.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 2584dcc38..3b31c2fd6 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -65,19 +65,19 @@ jobs: uses: actions/checkout@v3.0.0 - name: Get Non-Free Release APK - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.0 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.0 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.0 with: name: APS Free Release APK path: artifacts/free