We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
upload-artifact
1 parent a1f4618 commit 7e2fab5Copy full SHA for 7e2fab5
.github/workflows/release.yml
@@ -46,7 +46,7 @@ jobs:
46
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
47
48
- name: Make artifact
49
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
50
with:
51
name: Signed APP APK
52
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
name: Signed APP Bundle
73
path: ${{steps.sign_aab.outputs.signedReleaseFile}}
0 commit comments