diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 8eb700f30..33adad853 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