build(ci): bump actions/upload-artifact from v3 to v4

pull/4594/head
Allo 2024-01-08 21:35:28 +08:00
parent 559ffcbab5
commit 063449448a
No known key found for this signature in database
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 # 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: v2rayN name: v2rayN
path: path: |
.\v2rayN\v2rayN.zip .\v2rayN\v2rayN.zip
# - name: Release # - name: Release
# uses: softprops/action-gh-release@v1 # uses: softprops/action-gh-release@v1
# env: # env: