chore(deps): update actions/download-artifact action to v2.1.0 (#1609)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-23 17:40:25 +05:30 committed by GitHub
parent efd5f1ec7c
commit cd61f58d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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