File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99on :
1010 push :
1111 branches :
12- - master
12+ - fix/ci
1313 tags-ignore :
1414 - ' **'
1515 paths-ignore :
@@ -141,7 +141,7 @@ jobs:
141141 if : ${{ !matrix.settings.docker }}
142142 shell : bash
143143 - name : Upload artifact
144- uses : actions/upload-artifact@v3
144+ uses : actions/upload-artifact@v4
145145 with :
146146 name : ${{ env.APP_NAME }}.${{ matrix.settings.name }}.node
147147 path : crates/node_binding/${{ env.APP_NAME }}.*.node
@@ -168,7 +168,7 @@ jobs:
168168 - name : Combine binaries
169169 run : cd crates/node_binding && pnpm universal
170170 - name : Upload artifact
171- uses : actions/upload-artifact@v3
171+ uses : actions/upload-artifact@v4
172172 with :
173173 name : ${{ env.APP_NAME }}.darwin-universal.node
174174 path : crates/node_binding/${{ env.APP_NAME }}.*.node
You can’t perform that action at this time.
0 commit comments