@@ -138,6 +138,13 @@ jobs:
138138 shell : bash
139139 run : rm -fv ./dist/* ./docker-context-files/*
140140 if : inputs.upload-package-artifact == 'true'
141+ - name : " Install prek"
142+ uses : ./.github/actions/install-prek
143+ id : prek
144+ with :
145+ python-version : ${{ matrix.python-version }}
146+ platform : ${{ inputs.platform }}
147+ save-cache : false
141148 - name : " Install Breeze"
142149 uses : ./.github/actions/breeze
143150 if : inputs.upload-package-artifact == 'true'
@@ -224,7 +231,7 @@ jobs:
224231 shell : bash
225232 run : rm -fv ./dist/* ./docker-context-files/*
226233 - name : " Download packages prepared as artifacts"
227- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
234+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0 .0
228235 with :
229236 name : prod-packages
230237 path : ./docker-context-files
@@ -235,10 +242,12 @@ jobs:
235242 - name : " Show downloaded packages"
236243 run : ls -la ./docker-context-files
237244 - name : " Download constraints"
238- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
245+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0 .0
239246 with :
240- pattern : constraints-*
241- path : ./docker-context-files
247+ name : constraints-${{ matrix.python-version }}
248+ path : ./docker-context-files/constraints-${{ matrix.python-version }}
249+ - name : " Show downloaded files"
250+ run : ls -R ./docker-context-files
242251 - name : " Show constraints"
243252 run : |
244253 for file in ./docker-context-files/constraints*/constraints*.txt
0 commit comments