Browse Source

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

pull/4594/head
Allo 11 months ago
parent
commit
063449448a
No known key found for this signature in database
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -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:

Loading…
Cancel
Save