Skip to content

Commit 7c36c8c

Browse files
committed
fix the upload-artifact plugin
1 parent a3dd4e9 commit 7c36c8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build-release-wheels.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)