diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6cfe8e5..8e58c90 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: name: release-apk path: aptiche/build/app/outputs/flutter-apk/app-release.apk - name: Download APK - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: release-apk - name: Display structure of downloaded files