Skip to content

Commit b4aa4f1

Browse files
committed
升级artifact
1 parent 437df72 commit b4aa4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/opensource.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Publish aar to Maven
6969
run: ./gradlew publish
7070
- name: Archive the apk
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v4
7272
with:
7373
path: app/build/outputs/apk/opensource/release/*.apk
7474

.github/workflows/tencent_official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Link--Archive the encrypted link app
117117
if: ${{!contains(env.curr_tag, 'video')}}
118-
uses: actions/upload-artifact@v2
118+
uses: actions/upload-artifact@v4
119119
with:
120120
path: app/build/outputs/apk/tencentOfficial/release/*.apk.gpg
121121

0 commit comments

Comments
 (0)