From 9f17d60f993bb0f83b59fadbb6a70fd1bb09050e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 7 Dec 2020 13:24:50 +0530 Subject: github: update actions/download-artifact to v2.0.6 Signed-off-by: Harsh Shandilya --- .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 dc2bf609..1dd41641 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -56,19 +56,19 @@ jobs: uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Get Non-Free Release APK - uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd + uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f with: name: APS Non-Free Release APK path: artifacts/nonFree - name: Get Non-Free Bundle - uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd + uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f with: name: APS Non-Free Release Bundle path: artifacts/nonFree - name: Get Free Release APK - uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd + uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f with: name: APS Free Release APK path: artifacts/free -- cgit v1.2.3