Skip to content

Commit

Permalink
Migrate upload artifact to v4 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristhianescobar authored Sep 25, 2024
1 parent c1af82c commit 3bf592d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-preview-branch-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: apk
path: ${{steps.sign_app.outputs.signedReleaseFile}}
Expand Down

0 comments on commit 3bf592d

Please sign in to comment.