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 8787 /pulsar-client-python/pkg/test-wheel.sh
8888
8989 - name : Upload artifacts
90- uses : actions/upload-artifact@v3
90+ uses : actions/upload-artifact@v4
9191 with :
9292 name : wheel-${{matrix.image.name}}-py${{matrix.python.version}}-${{matrix.cpu.platform}}
9393 path : wheelhouse/*.whl
@@ -115,7 +115,7 @@ jobs:
115115 run : pkg/mac/build-mac-wheels.sh ${{matrix.py.version}} ${{matrix.py.version_long}}
116116
117117 - name : Upload artifacts
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : wheel-mac-py${{matrix.py.version}}
121121 path : dist/*.whl
@@ -179,7 +179,7 @@ jobs:
179179 python -c 'import pulsar; c = pulsar.Client("pulsar://localhost:6650"); c.close()'
180180
181181 - name : Upload artifacts
182- uses : actions/upload-artifact@v3
182+ uses : actions/upload-artifact@v4
183183 with :
184184 name : wheel-windows-py${{matrix.python.version}}
185185 path : dist/*.whl
You can’t perform that action at this time.
0 commit comments