Skip to content

Commit 2c5d68a

Browse files
fix: update actions/upload-artifact to v4 (yujincheng08#1624)
1 parent c3b2acc commit 2c5d68a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Stop gradle daemon
5151
run: ./gradlew --stop
5252
- name: Upload build artifact
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: ${{ matrix.os }}-artifact
5656
path: |

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
./gradlew -PappVerName=${{ env.VERSION }} assembleRelease assembleDebug
4848
- name: Upload built apk
4949
if: success()
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: snapshot
5353
path: |

0 commit comments

Comments
 (0)