File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -641,13 +641,13 @@ jobs:
641
641
prod-checksum : ${{ steps.output-checksums.outputs.prod-checksum }}
642
642
steps :
643
643
- name : Download dev build
644
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
644
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
645
645
with :
646
646
name : amp-${{ needs.build-zip.outputs.branch-name }}-${{ needs.build-zip.outputs.git-sha-8 }}-dev
647
647
path : builds/dev
648
648
649
649
- name : Download prod build
650
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
650
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
651
651
with :
652
652
name : amp-${{ needs.build-zip.outputs.branch-name }}-${{ needs.build-zip.outputs.git-sha-8 }}-prod
653
653
path : builds/prod
You can’t perform that action at this time.
0 commit comments