Skip to content

Commit a2212b3

Browse files
chore(deps): update actions/upload-artifact action to v4 (#681)
1 parent f67ad12 commit a2212b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python -m build -s -o dist
7676
7777
- name: Upload Wheel
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: win-wheels
8181
path: mysqlclient/dist/*.*

0 commit comments

Comments
 (0)