Skip to content

Commit 709d8e0

Browse files
committed
Use latest upload-artifact version in workflow
1 parent 4a41f1e commit 709d8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m cibuildwheel --output-dir dist
3535

3636
- name: Upload wheels
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: pkg-${{ matrix.os }}-${{ strategy.job-index }}
4040
path: ./dist/*.whl

0 commit comments

Comments
 (0)