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 b1a1c5c commit 3de5869Copy full SHA for 3de5869
.github/workflows/package.yml
@@ -17,7 +17,7 @@ jobs:
17
${{ runner.os }}-node-
18
- run: npm install
19
- run: npm run package -- linux
20
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v6
21
with:
22
name: linux
23
path: |
@@ -39,7 +39,7 @@ jobs:
39
40
41
- run: npm run package -- darwin
42
43
44
name: macos
45
@@ -60,7 +60,7 @@ jobs:
60
61
62
- run: npm run package -- win32
63
64
65
name: windows
66
0 commit comments