File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 npx node-pre-gyp package --target_arch=${{ matrix.arch }}
8484
8585 - name : Upload artifacts
86- uses : actions/upload-artifact@v3
86+ uses : actions/upload-artifact@v4
8787 with :
8888 name : macos-${{matrix.nodejs}}-${{matrix.arch}}
8989 path : build/stage/*/*.tar.gz
@@ -135,7 +135,7 @@ jobs:
135135 /pulsar-client-node/pkg/linux/build-napi-inside-docker.sh
136136
137137 - name : Upload artifacts
138- uses : actions/upload-artifact@v3
138+ uses : actions/upload-artifact@v4
139139 with :
140140 name : ${{matrix.image}}-${{matrix.nodejs}}-${{matrix.cpu.platform}}
141141 path : build/stage/*/*.tar.gz
@@ -205,7 +205,7 @@ jobs:
205205 npx node-pre-gyp package --target_arch=${{ env.TARGET }}
206206
207207 - name : Upload artifacts
208- uses : actions/upload-artifact@v3
208+ uses : actions/upload-artifact@v4
209209 with :
210210 name : windows-${{matrix.nodejs}}-${{matrix.arch}}
211211 path : build/stage/*/*.tar.gz
You can’t perform that action at this time.
0 commit comments