diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c258b61a..120e4654 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,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: Display structure of downloaded files