chore(deps): update actions/download-artifact action to v3 (#1762)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-03 00:42:28 +05:30 committed by GitHub
parent 47ec6059bd
commit 9662e4f12a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,19 +65,19 @@ jobs:
uses: actions/checkout@v3.0.0
- name: Get Non-Free Release APK
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.0
with:
name: APS Non-Free Release APK
path: artifacts/nonFree
- name: Get Non-Free Bundle
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.0
with:
name: APS Non-Free Release Bundle
path: artifacts/nonFree
- name: Get Free Release APK
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.0
with:
name: APS Free Release APK
path: artifacts/free