Skip to content

Commit

Permalink
build(ci): bump actions/upload-artifact from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Jan 8, 2024
1 parent 559ffcb commit 0634494
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0634494

Please sign in to comment.