diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 98c82eb..bd8ea05 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -73,7 +73,7 @@ jobs: RELEASE_PATTERN: "Build*" - name: Upload Build Artifact - uses: ncipollo/release-action@v1.11.2 + uses: ncipollo/release-action@v1.12.0 with: artifacts: "*-output.apk" token: ${{ secrets.GITHUB_TOKEN }}