Skip to content

Commit

Permalink
ci: update upload-artifact action (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
starry-shivam authored Sep 26, 2024
1 parent a1f4618 commit 7e2fab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

- name: Make artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Signed APP APK
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
Expand All @@ -67,7 +67,7 @@ jobs:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

- name: Make artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Signed APP Bundle
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
Expand Down

0 comments on commit 7e2fab5

Please sign in to comment.