diff --git a/.github/workflows/ci_android.yml b/.github/workflows/ci_android.yml index b418d84..d8f7c1c 100644 --- a/.github/workflows/ci_android.yml +++ b/.github/workflows/ci_android.yml @@ -101,12 +101,12 @@ jobs: uses: actions/checkout@v2 - name: Download APK - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: app-debug - name: Download Android Test APK - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: app-debug-androidTest