Skip to content

Commit 06fb007

Browse files
committed
fix build.yml
1 parent da4f9e1 commit 06fb007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Node.js
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 16.x
32+
node-version: 20.x
3333
- uses: actions/checkout@v3
3434
- name: Build-windows
3535
if: startsWith(matrix.os, 'windows')
@@ -76,7 +76,7 @@ jobs:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
steps:
7878
- name: Download
79-
uses: actions/download-artifact@v4.1.7
79+
uses: actions/download-artifact@v3
8080
- name: Display structure of downloaded files
8181
run: ls -R
8282
- name: zip win32-x64

0 commit comments

Comments
 (0)