aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8eb700f3..33adad85 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -65,19 +65,19 @@ jobs:
uses: actions/checkout@v3.1.0
- name: Get Non-Free Release APK
- uses: actions/download-artifact@v3.0.0
+ uses: actions/download-artifact@v3.0.1
with:
name: APS Non-Free Release APK
path: artifacts/nonFree
- name: Get Non-Free Bundle
- uses: actions/download-artifact@v3.0.0
+ uses: actions/download-artifact@v3.0.1
with:
name: APS Non-Free Release Bundle
path: artifacts/nonFree
- name: Get Free Release APK
- uses: actions/download-artifact@v3.0.0
+ uses: actions/download-artifact@v3.0.1
with:
name: APS Free Release APK
path: artifacts/free