From 876dce038f3f10ba12cde15e00b865237d6c53b1 Mon Sep 17 00:00:00 2001 From: "smartway-bot[bot]" <176469786+smartway-bot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:58:39 +0000 Subject: [PATCH] chore(deps): update zerogachis/soti-action-uploader action to v2 --- .github/workflows/publish-apk-soti.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-apk-soti.yml b/.github/workflows/publish-apk-soti.yml index b669520..8242f73 100644 --- a/.github/workflows/publish-apk-soti.yml +++ b/.github/workflows/publish-apk-soti.yml @@ -20,7 +20,7 @@ jobs: path: ${{ github.workspace }}/artifact/ - name: Push Apk to soti - uses: ZeroGachis/soti-action-uploader@v1 + uses: ZeroGachis/soti-action-uploader@v2 with: apk-path: artifact/${{ inputs.apk-name }} soti-api-url: ${{ secrets.SOTI_API_URL }}