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
|
||||
|
||||
- name: Upload Wheel
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: win-wheels
|
||||
path: mysqlclient/dist/*.*
|
||||
|
Reference in New Issue
Block a user