summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2021-12-23 17:40:25 +0530
committerGitHub <noreply@github.com>2021-12-23 17:40:25 +0530
commitcd61f58d44dcc00a31b8bf97ef74d84e5eb1cfbd (patch)
tree1b5f08af9977ddef76481e2b94c7083794da92a4
parentefd5f1ec7cfc0d56808e7ef31fc60653701cd171 (diff)
chore(deps): update actions/download-artifact action to v2.1.0 (#1609)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-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 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