aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_github_releases.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-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 2584dcc3..3b31c2fd 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -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