We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5183d commit ac88c62Copy full SHA for ac88c62
.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
103
--action lambda:GetLayerVersion
104
- name: upload layer arn artifact
105
if: ${{ success() }}
106
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
107
with:
108
name: ${{ env.LAYER_NAME }}
109
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
@@ -170,7 +170,7 @@ jobs:
170
terraform fmt layer.tf
171
cat layer.tf
172
- name: upload layer tf file
173
174
175
name: layer_${{ matrix.architecture }}.tf
176
path: layer.tf
0 commit comments