We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4f9e1 commit 06fb007Copy full SHA for 06fb007
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Node.js
30
uses: actions/setup-node@v3
31
with:
32
- node-version: 16.x
+ node-version: 20.x
33
- uses: actions/checkout@v3
34
- name: Build-windows
35
if: startsWith(matrix.os, 'windows')
@@ -76,7 +76,7 @@ jobs:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
steps:
78
- name: Download
79
- uses: actions/download-artifact@v4.1.7
+ uses: actions/download-artifact@v3
80
- name: Display structure of downloaded files
81
run: ls -R
82
- name: zip win32-x64
0 commit comments