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