File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
run : ./gradlew testReleaseUnitTest testStandardReleaseUnitTest
48
48
49
49
- name : Upload APK
50
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
50
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
51
51
with :
52
52
name : arm64-v8a-${{ github.sha }}
53
53
path : app/build/outputs/apk/standard/release/app-standard-arm64-v8a-release-unsigned.apk
54
54
55
55
- name : Upload mapping
56
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
56
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
57
57
with :
58
58
name : mapping-${{ github.sha }}
59
59
path : app/build/outputs/mapping/standardRelease
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
run : ./gradlew testReleaseUnitTest testStandardReleaseUnitTest
39
39
40
40
- name : Upload APK
41
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
41
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
42
42
with :
43
43
name : arm64-v8a-${{ github.sha }}
44
44
path : app/build/outputs/apk/standard/release/app-standard-arm64-v8a-release-unsigned.apk
45
45
46
46
- name : Upload mapping
47
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
47
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
48
48
with :
49
49
name : mapping-${{ github.sha }}
50
50
path : app/build/outputs/mapping/standardRelease
94
94
95
95
- name : Create Release
96
96
if : startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon'
97
- uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
97
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
98
98
with :
99
99
tag_name : ${{ env.VERSION_TAG }}
100
100
name : Mihon ${{ env.VERSION_TAG }}
You can’t perform that action at this time.
0 commit comments