diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc9604d..f57e3d2 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@v5 + uses: actions/download-artifact@v6 with: name: all-apks.zip