Skip to content

Commit

Permalink
Merge pull request #4594 from yin1999/bump-action
Browse files Browse the repository at this point in the history
build(ci): bump actions/upload-artifact from v3 to v4
  • Loading branch information
2dust authored Jan 9, 2024
2 parents 559ffcb + 0634494 commit 77b20bc
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 77b20bc

Please sign in to comment.