Merge pull request #4594 from yin1999/bump-action

build(ci): bump actions/upload-artifact from v3 to v4
pull/4603/head
2dust 2024-01-09 09:57:45 +08:00 committed by GitHub
commit 77b20bc562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -36,13 +36,12 @@ jobs:
# 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: v2rayN
path:
path: |
.\v2rayN\v2rayN.zip
# - name: Release
# uses: softprops/action-gh-release@v1
# env: