mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
github: update actions/download-artifact to v2.0.6
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
6
.github/workflows/deploy_github_releases.yml
vendored
6
.github/workflows/deploy_github_releases.yml
vendored
@@ -56,19 +56,19 @@ jobs:
|
|||||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||||
|
|
||||||
- name: Get Non-Free Release APK
|
- name: Get Non-Free Release APK
|
||||||
uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd
|
uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f
|
||||||
with:
|
with:
|
||||||
name: APS Non-Free Release APK
|
name: APS Non-Free Release APK
|
||||||
path: artifacts/nonFree
|
path: artifacts/nonFree
|
||||||
|
|
||||||
- name: Get Non-Free Bundle
|
- name: Get Non-Free Bundle
|
||||||
uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd
|
uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f
|
||||||
with:
|
with:
|
||||||
name: APS Non-Free Release Bundle
|
name: APS Non-Free Release Bundle
|
||||||
path: artifacts/nonFree
|
path: artifacts/nonFree
|
||||||
|
|
||||||
- name: Get Free Release APK
|
- name: Get Free Release APK
|
||||||
uses: actions/download-artifact@f60857ee283b759efd0a9bf31b1b24a2d9c7e5cd
|
uses: actions/download-artifact@f8e41fbffeebb48c0273438d220bb2387727471f
|
||||||
with:
|
with:
|
||||||
name: APS Free Release APK
|
name: APS Free Release APK
|
||||||
path: artifacts/free
|
path: artifacts/free
|
||||||
|
Reference in New Issue
Block a user