diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index bda75bc0..2e8610a1 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download APK from build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: apk - name: Create Release