diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 2feb654e..52ff43b8 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -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 |