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 31
31
role-to-assume : arn:aws:iam::${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ACCOUNT_ID }}:role/${{ secrets.APPLICATION_SIGNALS_E2E_TEST_ROLE_NAME }}
32
32
aws-region : us-east-1
33
33
34
- - uses : actions/download-artifact@v4
34
+ - uses : actions/download-artifact@v5
35
35
with :
36
36
name : aws-opentelemetry-agent.jar
37
37
Original file line number Diff line number Diff line change 98
98
echo BUCKET_NAME=java-lambda-layer-${{ github.run_id }}-${{ matrix.aws_region }} | tee --append $GITHUB_ENV
99
99
100
100
- name : download layer.zip
101
- uses : actions/download-artifact@v4
101
+ uses : actions/download-artifact@v5
102
102
with :
103
103
name : aws-opentelemetry-java-layer.zip
104
104
@@ -157,7 +157,7 @@ jobs:
157
157
uses : actions/checkout@v4
158
158
- uses : hashicorp/setup-terraform@v2
159
159
- name : download layerARNs
160
- uses : actions/download-artifact@v4
160
+ uses : actions/download-artifact@v5
161
161
with :
162
162
pattern : ${{ env.LAYER_NAME }}-*
163
163
path : ${{ env.LAYER_NAME }}
@@ -206,7 +206,7 @@ jobs:
206
206
echo "}" >> ../layer_cdk
207
207
cat ../layer_cdk
208
208
- name : download layer.zip
209
- uses : actions/download-artifact@v4
209
+ uses : actions/download-artifact@v5
210
210
with :
211
211
name : layer.zip
212
212
- name : Get commit hash
You can’t perform that action at this time.
0 commit comments