Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-Xing committed Mar 10, 2024
1 parent a579c2e commit 039d176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 039d176

Please sign in to comment.