File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 role-to-assume : arn:aws:iam::${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}:role/${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
3232 aws-region : us-east-1
3333
34- - uses : actions/download-artifact@v4
34+ - uses : actions/download-artifact@v5
3535 with :
3636 name : aws-opentelemetry-agent.jar
3737
Original file line number Diff line number Diff line change 9999 echo BUCKET_NAME=java-lambda-layer-${{ github.run_id }}-${{ matrix.aws_region }} | tee --append $GITHUB_ENV
100100
101101 - name : download layer.zip
102- uses : actions/download-artifact@v4
102+ uses : actions/download-artifact@v5
103103 with :
104104 name : aws-opentelemetry-java-layer.zip
105105
@@ -160,7 +160,7 @@ jobs:
160160 - uses : hashicorp/setup-terraform@v2
161161
162162 - name : download layerARNs
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v5
164164 with :
165165 pattern : ${{ env.LAYER_NAME }}-*
166166 path : ${{ env.LAYER_NAME }}
@@ -211,7 +211,7 @@ jobs:
211211 echo "}" >> ../layer_cdk
212212 cat ../layer_cdk
213213 - name : download aws-opentelemetry-java-layer.zip
214- uses : actions/download-artifact@v4
214+ uses : actions/download-artifact@v5
215215 with :
216216 name : aws-opentelemetry-java-layer.zip
217217 - name : rename to layer.zip
You can’t perform that action at this time.
0 commit comments