From 063449448ae65d537b8c198ed029c1593ccf3137 Mon Sep 17 00:00:00 2001 From: Allo Date: Mon, 8 Jan 2024 21:35:28 +0800 Subject: [PATCH] build(ci): bump actions/upload-artifact from v3 to v4 --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54cecbda1cc..9e5667547d6 100644 --- a/.github/workflows/build.yml +++ b/.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: