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 @@ -106,11 +106,11 @@ jobs:
106106 environment : GovCloud ${{ inputs.environment }} (East)
107107 steps :
108108 - name : Download Zip
109- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
109+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
110110 with :
111111 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
112112 - name : Download Metadata
113- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
113+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
114114 with :
115115 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
116116 - name : Verify Layer Signature
@@ -176,11 +176,11 @@ jobs:
176176 name : GovCloud ${{ inputs.environment }} (West)
177177 steps :
178178 - name : Download Zip
179- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
179+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
180180 with :
181181 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
182182 - name : Download Metadata
183- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
183+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
184184 with :
185185 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
186186 - 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
99+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
100100 with :
101101 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
102102 - name : Download Metadata
103- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
103+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
164+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
165165 with :
166166 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
167167 - name : Download Metadata
168- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
168+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .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 @@ -131,7 +131,7 @@ jobs:
131131 - x86_64
132132 steps :
133133 - name : Download Metadata
134- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
134+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
135135 with :
136136 name : ${{ matrix.layer }}-${{ matrix.arch }}.json
137137 - id : transform
Original file line number Diff line number Diff line change @@ -135,11 +135,11 @@ jobs:
135135 - x86_64
136136 steps :
137137 - name : Download Zip
138- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
138+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
139139 with :
140140 name : ${{ matrix.layer }}-${{ matrix.arch }}.zip
141141 - name : Download Metadata
142- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
142+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
143143 with :
144144 name : ${{ matrix.layer }}-${{ matrix.arch }}.json
145145 - 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
258+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
192+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
116+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .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