Skip to content

Commit

Permalink
Update actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin authored Sep 10, 2024
1 parent f681d94 commit 6e5331b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
keyStorePassword: ${{ secrets.STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Signed app bundle
path: ${{steps.sign_app.outputs.signedReleaseFile}}

0 comments on commit 6e5331b

Please sign in to comment.