52
52
./build-layer.sh
53
53
54
54
- name : Upload layer
55
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4
56
56
with :
57
57
name : aws-opentelemetry-java-layer.zip
58
58
path : lambda-layer/build/distributions/aws-opentelemetry-java-layer.zip
97
97
echo BUCKET_NAME=java-lambda-layer-${{ github.run_id }}-${{ matrix.aws_region }} | tee --append $GITHUB_ENV
98
98
99
99
- name : download layer.zip
100
- uses : actions/download-artifact@v3
100
+ uses : actions/download-artifact@v4
101
101
with :
102
102
name : aws-opentelemetry-java-layer.zip
103
103
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
- name : upload layer arn artifact
140
140
if : ${{ success() }}
141
- uses : actions/upload-artifact@v3
141
+ uses : actions/upload-artifact@v4
142
142
with :
143
143
name : ${{ env.LAYER_NAME }}
144
144
path : ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
@@ -158,7 +158,7 @@ jobs:
158
158
- uses : hashicorp/setup-terraform@v2
159
159
160
160
- name : download layerARNs
161
- uses : actions/download-artifact@v3
161
+ uses : actions/download-artifact@v4
162
162
with :
163
163
name : ${{ env.LAYER_NAME }}
164
164
path : ${{ env.LAYER_NAME }}
@@ -201,7 +201,7 @@ jobs:
201
201
cat layer.tf
202
202
203
203
- name : upload layer tf file
204
- uses : actions/upload-artifact@v3
204
+ uses : actions/upload-artifact@v4
205
205
with :
206
206
name : layer.tf
207
207
path : layer.tf
0 commit comments