3131 pip install accesskit --no-index --find-links dist --force-reinstall
3232 python -c "import accesskit"
3333 - name : Upload wheels
34- uses : actions/upload-artifact@v4
34+ uses : actions/upload-artifact@v5
3535 with :
3636 name : wheels-${{ matrix.target }}
3737 path : dist
6060 pip install accesskit --no-index --find-links dist --force-reinstall
6161 python -c "import accesskit"
6262 - name : Upload wheels
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 name : wheels-linux-${{ matrix.target }}
6666 path : dist
8888 pip install accesskit --no-index --find-links dist --force-reinstall
8989 python -c "import accesskit"
9090 - name : Upload wheels
91- uses : actions/upload-artifact@v4
91+ uses : actions/upload-artifact@v5
9292 with :
9393 name : wheels-windows-${{ matrix.target }}
9494 path : dist
@@ -103,7 +103,7 @@ jobs:
103103 command : sdist
104104 args : --out dist
105105 - name : Upload sdist
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v5
107107 with :
108108 name : wheels-sdist
109109 path : dist
@@ -117,7 +117,7 @@ jobs:
117117 needs : [macos-wheels, linux-wheels, windows-wheels, sdist]
118118 runs-on : ubuntu-latest
119119 steps :
120- - uses : actions/download-artifact@v5
120+ - uses : actions/download-artifact@v6
121121 with :
122122 pattern : wheels-*
123123 merge-multiple : true
@@ -132,7 +132,7 @@ jobs:
132132 needs : [macos-wheels, linux-wheels, windows-wheels, sdist]
133133 runs-on : ubuntu-latest
134134 steps :
135- - uses : actions/download-artifact@v5
135+ - uses : actions/download-artifact@v6
136136 with :
137137 pattern : wheels-*
138138 path : dist
0 commit comments