diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6887fc..7a54722 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: apk: ${{ fromJson(needs.build.outputs.artifact-paths) }} steps: - name: Download all-apks artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: all-apks.zip