File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
uv venv --python "${{ steps.python.outputs.python-path }}"
154
154
uv pip install pip --group test
155
155
156
- - uses : actions/download-artifact@v4
156
+ - uses : actions/download-artifact@v5
157
157
with :
158
158
name : cibw-sdist
159
159
path : sdist
@@ -185,7 +185,7 @@ jobs:
185
185
needs : [build_wheels, build_sdist, test_sdist]
186
186
runs-on : ubuntu-latest
187
187
steps :
188
- - uses : actions/download-artifact@v4
188
+ - uses : actions/download-artifact@v5
189
189
with :
190
190
pattern : cibw-*
191
191
path : dist
@@ -204,7 +204,7 @@ jobs:
204
204
permissions :
205
205
id-token : write
206
206
steps :
207
- - uses : actions/download-artifact@v4
207
+ - uses : actions/download-artifact@v5
208
208
with :
209
209
pattern : cibw-*
210
210
path : dist
You can’t perform that action at this time.
0 commit comments