File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 git reset --hard ${{ github.sha }}
126126
127127 - name : Setup | Download Build Artifacts
128- uses : actions/download-artifact@v4
128+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129129 id : artifact-download
130130 with :
131131 name : ${{ needs.validate.outputs.distribution-artifacts }}
@@ -207,7 +207,7 @@ jobs:
207207
208208 steps :
209209 - name : Setup | Download Build Artifacts
210- uses : actions/download-artifact@v4
210+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
211211 id : artifact-download
212212 with :
213213 name : ${{ needs.validate.outputs.distribution-artifacts }}
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229 cache : ' pip'
230230
231231 - name : Setup | Download Distribution Artifacts
232- uses : actions/download-artifact@v4
232+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
233233 with :
234234 name : ${{ needs.build.outputs.distribution-artifacts }}
235235 path : ./dist
@@ -318,7 +318,7 @@ jobs:
318318 cache : ' pip'
319319
320320 - name : Setup | Download Distribution Artifacts
321- uses : actions/download-artifact@v4
321+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
322322 with :
323323 name : ${{ needs.build.outputs.distribution-artifacts }}
324324 path : dist
@@ -411,7 +411,7 @@ jobs:
411411 ref : ${{ github.sha }}
412412
413413 - name : Setup | Download Distribution Artifacts
414- uses : actions/download-artifact@v4
414+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
415415 with :
416416 name : ${{ needs.build.outputs.distribution-artifacts }}
417417 path : ${{ env.ACTION_SRC_DIR }}
You can’t perform that action at this time.
0 commit comments