@@ -69,14 +69,14 @@ jobs:
6969 aws --region us-east-1 lambda get-layer-version-by-arn --arn arn:aws:lambda:us-east-1:017000801446:layer:${{ matrix.layer }}-${{ matrix.arch }}:${{ inputs.version }} --query 'Content.Location' | xargs curl -L -o ${{ matrix.layer }}_${{ matrix.arch }}.zip
7070 aws --region us-east-1 lambda get-layer-version-by-arn --arn arn:aws:lambda:us-east-1:017000801446:layer:${{ matrix.layer }}-${{ matrix.arch }}:${{ inputs.version }} > ${{ matrix.layer }}_${{ matrix.arch }}.json
7171 - name : Store Zip
72- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
72+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
7373 with :
7474 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
7575 path : ${{ matrix.layer }}_${{ matrix.arch }}.zip
7676 retention-days : 1
7777 if-no-files-found : error
7878 - name : Store Metadata
79- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
79+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
8080 with :
8181 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
8282 path : ${{ matrix.layer }}_${{ matrix.arch }}.json
@@ -104,11 +104,11 @@ jobs:
104104 environment : GovCloud ${{ inputs.environment }} (East)
105105 steps :
106106 - name : Download Zip
107- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
107+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
108108 with :
109109 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
110110 - name : Download Metadata
111- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
111+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
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@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
176+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
177177 with :
178178 name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
179179 - name : Download Metadata
180- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
180+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
181181 with :
182182 name : ${{ matrix.layer }}_${{ matrix.arch }}.json
183183 - name : Verify Layer Signature
0 commit comments