mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-12-18 06:19:46 +08:00
Merge pull request #8 from Malus-risus/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
|||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: apk
|
name: apk
|
||||||
path: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/debug/
|
path: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/debug/
|
||||||
|
|||||||
Reference in New Issue
Block a user