From cd61f58d44dcc00a31b8bf97ef74d84e5eb1cfbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 17:40:25 +0530 Subject: chore(deps): update actions/download-artifact action to v2.1.0 (#1609) Co-authored-by: Renovate Bot --- .github/workflows/deploy_github_releases.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 2feb654e..52ff43b8 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -63,19 +63,19 @@ jobs: uses: actions/checkout@v2.4.0 - name: Get Non-Free Release APK - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v2.1.0 with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v2.1.0 with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v2.1.0 with: name: APS Free Release APK path: artifacts/free -- cgit v1.2.3