File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
on :
10
10
push :
11
11
branches :
12
- - master
12
+ - fix/ci
13
13
tags-ignore :
14
14
- ' **'
15
15
paths-ignore :
@@ -141,7 +141,7 @@ jobs:
141
141
if : ${{ !matrix.settings.docker }}
142
142
shell : bash
143
143
- name : Upload artifact
144
- uses : actions/upload-artifact@v3
144
+ uses : actions/upload-artifact@v4
145
145
with :
146
146
name : ${{ env.APP_NAME }}.${{ matrix.settings.name }}.node
147
147
path : crates/node_binding/${{ env.APP_NAME }}.*.node
@@ -168,7 +168,7 @@ jobs:
168
168
- name : Combine binaries
169
169
run : cd crates/node_binding && pnpm universal
170
170
- name : Upload artifact
171
- uses : actions/upload-artifact@v3
171
+ uses : actions/upload-artifact@v4
172
172
with :
173
173
name : ${{ env.APP_NAME }}.darwin-universal.node
174
174
path : crates/node_binding/${{ env.APP_NAME }}.*.node
You can’t perform that action at this time.
0 commit comments