mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
chore(deps): update actions/upload-artifact action to v4 (#681)
This commit is contained in:
2
.github/workflows/windows.yaml
vendored
2
.github/workflows/windows.yaml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
python -m build -s -o dist
|
python -m build -s -o dist
|
||||||
|
|
||||||
- name: Upload Wheel
|
- name: Upload Wheel
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: win-wheels
|
name: win-wheels
|
||||||
path: mysqlclient/dist/*.*
|
path: mysqlclient/dist/*.*
|
||||||
|
Reference in New Issue
Block a user