We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67ad12 commit a2212b3Copy full SHA for a2212b3
.github/workflows/windows.yaml
@@ -75,7 +75,7 @@ jobs:
75
python -m build -s -o dist
76
77
- name: Upload Wheel
78
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
79
with:
80
name: win-wheels
81
path: mysqlclient/dist/*.*
0 commit comments