From 9c018121253c0f88905b2a2a1837f63a37a95919 Mon Sep 17 00:00:00 2001 From: DecorativeFamily <185765765+decorativefamily@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:16:18 +0330 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e566754..1ec9d907 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 # - name: 删除工作流运行 # uses: Mattraks/delete-workflow-runs@v2 @@ -36,7 +36,7 @@ jobs: # 7z a -mx9 ..\v2rayN.7z $env:Wap_Project_Directory - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.4.3 with: name: v2rayN path: |