From 039d176d0bbc2eac49bca9bbbfdc4cbf8f7dc816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=86=89?= Date: Sun, 10 Mar 2024 19:45:45 +0800 Subject: [PATCH] fix actions --- .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 96493c8..b355417 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,13 +39,13 @@ jobs: run: npm install - name: Download Artifact (arm64) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dfuTools_arm64 path: electron/dfuTools_arm64 - name: Download Artifact (amd64) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dfuTools_amd64 path: electron/dfuTools_x64