File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 run : uvx twine check dist/*
8080
8181 - name : Upload distributions
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v7
8383 with :
8484 name : python-distributions
8585 path : dist/*
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Upload distributions
159159 if : ${{ needs.resolve-target.outputs.target == 'all' || (needs.resolve-target.outputs.target == 'bootstrap-1' && matrix.publish_in_bootstrap_1) || (needs.resolve-target.outputs.target == 'bootstrap-2' && matrix.publish_in_bootstrap_2) }}
160- uses : actions/upload-artifact@v4
160+ uses : actions/upload-artifact@v7
161161 with :
162162 name : ${{ env.PURE_PYTHON_ARTIFACT_PREFIX }}-${{ matrix.package_path }}
163163 path : dist/*
@@ -228,7 +228,7 @@ jobs:
228228 run : uvx twine check dist/*
229229
230230 - name : Upload distributions
231- uses : actions/upload-artifact@v4
231+ uses : actions/upload-artifact@v7
232232 with :
233233 name : bindings-wheels-${{ matrix.os }}
234234 path : dist/*
@@ -265,7 +265,7 @@ jobs:
265265 run : uvx twine check dist/*
266266
267267 - name : Upload distributions
268- uses : actions/upload-artifact@v4
268+ uses : actions/upload-artifact@v7
269269 with :
270270 name : bindings-sdist
271271 path : dist/*
You can’t perform that action at this time.
0 commit comments