File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ jobs:
104104 environment : GovCloud ${{ inputs.environment }} (East)
105105 steps :
106106 - name : Download Zip
107- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
107+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
108108 with :
109109 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
110110 - name : Download Metadata
111- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
111+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
112112 with :
113113 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
114114 - name : Verify Layer Signature
@@ -173,11 +173,11 @@ jobs:
173173 name : GovCloud ${{ inputs.environment }} (West)
174174 steps :
175175 - name : Download Zip
176- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
176+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
177177 with :
178178 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
179179 - name : Download Metadata
180- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
180+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
181181 with :
182182 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
183183 - name : Verify Layer Signature
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ jobs:
9696 environment : GovCloud ${{ inputs.environment }} (East)
9797 steps :
9898 - name : Download Zip
99- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
99+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
100100 with :
101101 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
102102 - name : Download Metadata
103- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
103+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
104104 with :
105105 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
106106 - name : Verify Layer Signature
@@ -161,11 +161,11 @@ jobs:
161161 name : GovCloud ${{ inputs.environment }} (West)
162162 steps :
163163 - name : Download Zip
164- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
164+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
165165 with :
166166 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
167167 - name : Download Metadata
168- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
168+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
169169 with :
170170 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
171171 - name : Verify Layer Signature
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 - x86_64
130130 steps :
131131 - name : Download Metadata
132- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
132+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
133133 with :
134134 name : ${{ matrix.layer }}-${{ matrix.arch }}.json
135135 - id : transform
Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ jobs:
133133 - x86_64
134134 steps :
135135 - name : Download Zip
136- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
136+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
137137 with :
138138 name : ${{ matrix.layer }}-${{ matrix.arch }}.zip
139139 - name : Download Metadata
140- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
140+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
141141 with :
142142 name : ${{ matrix.layer }}-${{ matrix.arch }}.json
143143 - name : Verify Layer Signature
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255255 artifact_name : ${{ needs.seal.outputs.artifact_name }}
256256
257257 - name : Download provenance
258- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
258+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
259259 with :
260260 name : ${{needs.provenance.outputs.provenance-name}}
261261
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 - name : install deps
190190 run : poetry install
191191 - name : Download artifact
192- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
192+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
193193 with :
194194 name : cdk-layer-artifact-py${{ matrix.python-version }}
195195 path : layer_v3
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113 with :
114114 node-version : ${{ env.NODE_VERSION }}
115115 - name : Download artifact
116- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
116+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
117117 with :
118118 name : cdk-layer-artifact-py${{ matrix.python-version }}
119119 - name : Unzip artefact
You can’t perform that action at this time.
0 commit comments