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 @@ -67,14 +67,14 @@ jobs:
67
67
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
68
68
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
69
69
- name : Store Zip
70
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
70
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
71
71
with :
72
72
name : ${{ matrix.layer }}_${{ matrix.arch }}.zip
73
73
path : ${{ matrix.layer }}_${{ matrix.arch }}.zip
74
74
retention-days : 1
75
75
if-no-files-found : error
76
76
- name : Store Metadata
77
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
77
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
78
78
with :
79
79
name : ${{ matrix.layer }}_${{ matrix.arch }}.json
80
80
path : ${{ matrix.layer }}_${{ matrix.arch }}.json
You can’t perform that action at this time.
0 commit comments