Update actions/upload-artifact action to v4

This commit is contained in:
renovate[bot] 2023-12-14 21:01:52 +00:00 committed by Luke Tainton
parent 9afc68df40
commit fe583ed880

View File

@ -29,7 +29,7 @@ jobs:
- name: Build wheel file - name: Build wheel file
run: python setup.py bdist_wheel run: python setup.py bdist_wheel
- id: skip_check - id: skip_check
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: whl name: whl
path: dist/ path: dist/