We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fc3e5 commit 8942352Copy full SHA for 8942352
2 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: '22'
+ node-version: 22
23
cache: 'npm'
24
25
- name: Version
.github/workflows/desktop.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node.js
28
uses: actions/setup-node@v4
29
30
- node-version: 20
31
32
33
- name: Install Rust (stable)
@@ -54,7 +54,7 @@ jobs:
54
prerelease: ${{ github.event.inputs.prerelease }}
55
56
- name: Upload artifacts
57
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
58
59
name: artifacts-${{ matrix.platform }}
60
path: |
0 commit comments