Skip to content

Commit d5d8889

Browse files
dependabot[bot]jj22ee
authored andcommitted
Bump actions/download-artifact from 4 to 5 (#1136)
1 parent ef8a23a commit d5d8889

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/application-signals-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/release-lambda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
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

0 commit comments

Comments
 (0)