File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
if : runner.os == 'Linux'
21
21
run : sudo apt-get install libgnome-keyring-dev icnsutils graphicsmagick rpm bsdtar
22
22
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Use Node.js ${{ env.node-version }}
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
with :
28
28
node-version : ${{ env.node-version }}
29
29
cache : npm
30
-
30
+
31
31
# Version of npm that comes in 14.x is npm@6
32
32
- run : npm i -g npm@7
33
33
54
54
- run : npm run dist -- --publish never
55
55
56
56
- name : Upload artifacts
57
- uses : actions/upload-artifact@v3
57
+ uses : actions/upload-artifact@v4
58
58
with :
59
59
name : ${{ matrix.os }}
60
60
path : dist
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
sudo apt-get update
26
26
sudo apt-get install libgnome-keyring-dev icnsutils graphicsmagick rpm bsdtar gcc-multilib g++-multilib
27
27
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
30
- - name : Use Node.js ${{ matrix .node-version }}
31
- uses : actions/setup-node@v3
30
+ - name : Use Node.js ${{ env .node-version }}
31
+ uses : actions/setup-node@v4
32
32
with :
33
- node-version : ${{ matrix .node-version }}
33
+ node-version : ${{ env .node-version }}
34
34
35
35
- run : npm ci
36
36
You can’t perform that action at this time.
0 commit comments