aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-12-07 13:24:50 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-12-07 13:45:37 +0530
commit9f17d60f993bb0f83b59fadbb6a70fd1bb09050e (patch)
treee8d71625664b3aea23d8d557e825677e2767ace3 /.github
parent51bde071b65dee03b9cec6fb0061c751b87c0bad (diff)
github: update actions/download-artifact to v2.0.6
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy_github_releases.yml6
1 files changed, 3 insertions, 3 deletions
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