File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 snapshot-ecr-role : ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
129129
130130 - name : Upload to GitHub Actions
131- uses : actions/upload-artifact@v3
131+ uses : actions/upload-artifact@v4
132132 with :
133133 name : aws-opentelemetry-agent.jar
134134 path : otelagent/build/libs/aws-opentelemetry-agent-*.jar
Original file line number Diff line number Diff line change 9595 snapshot-ecr-role : ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
9696
9797 - name : Upload to GitHub Actions
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : aws-opentelemetry-agent.jar
101101 path : otelagent/build/libs/aws-opentelemetry-agent-*.jar
Original file line number Diff line number Diff line change 5252 ./build-layer.sh
5353
5454 - name : Upload layer
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : aws-opentelemetry-java-layer.zip
5858 path : lambda-layer/build/distributions/aws-opentelemetry-java-layer.zip
@@ -138,7 +138,7 @@ jobs:
138138
139139 - name : upload layer arn artifact
140140 if : ${{ success() }}
141- uses : actions/upload-artifact@v3
141+ uses : actions/upload-artifact@v4
142142 with :
143143 name : ${{ env.LAYER_NAME }}
144144 path : ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
@@ -201,7 +201,7 @@ jobs:
201201 cat layer.tf
202202
203203 - name : upload layer tf file
204- uses : actions/upload-artifact@v3
204+ uses : actions/upload-artifact@v4
205205 with :
206206 name : layer.tf
207207 path : layer.tf
You can’t perform that action at this time.
0 commit comments