chore(deps): update actions/upload-artifact action to v4 (#681)

This commit is contained in:
renovate[bot]
2023-12-15 14:12:50 +09:00
committed by GitHub
parent f67ad12d24
commit a2212b3382

View File

@ -75,7 +75,7 @@ jobs:
python -m build -s -o dist
- name: Upload Wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: win-wheels
path: mysqlclient/dist/*.*