Skip to content

Commit 7e2fab5

Browse files
ci: update upload-artifact action (#160)
1 parent a1f4618 commit 7e2fab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
4747

4848
- name: Make artifact
49-
uses: actions/upload-artifact@v2
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: Signed APP APK
5252
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
@@ -67,7 +67,7 @@ jobs:
6767
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
6868

6969
- name: Make artifact
70-
uses: actions/upload-artifact@v2
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: Signed APP Bundle
7373
path: ${{steps.sign_aab.outputs.signedReleaseFile}}

0 commit comments

Comments
 (0)