Skip to content

Commit cdfe097

Browse files
authored
Merge pull request #465 from aws/thpierce-patch-1
Move from up/download artifact v3 -> v4 See https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ and https://github.com/aws/aws-xray-sdk-python/actions/runs/17223079110 for context By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
2 parents c7c4ea0 + 59b4e39 commit cdfe097

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/IntegrationTesting.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: python setup.py sdist
2727

2828
- name: Upload SDK build artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: sdk-build-artifact
3232
path: .
@@ -45,7 +45,7 @@ jobs:
4545
python-version: '3.8'
4646

4747
- name: Download X-Ray SDK build artifact
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: sdk-build-artifact
5151
path: ./sample-apps/flask
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: ./sample-apps/flask
6060

6161
- name: Upload WebApp with X-Ray SDK build artifact
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: sdk-flask-build-artifact
6565
path: ./sample-apps/flask/deploy.zip
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v3
7575

7676
- name: Download WebApp with X-Ray SDK build artifact
77-
uses: actions/download-artifact@v3
77+
uses: actions/download-artifact@v4
7878
with:
7979
name: sdk-flask-build-artifact
8080

@@ -112,7 +112,7 @@ jobs:
112112
working-directory: ./terraform
113113

114114
- name: Upload terraform state files for destorying resources
115-
uses: actions/upload-artifact@v3
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: terraform-state-artifact
118118
path: ./terraform
@@ -151,7 +151,7 @@ jobs:
151151

152152
steps:
153153
- name: Download terraform state artifact
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v4
155155
with:
156156
name: terraform-state-artifact
157157

0 commit comments

Comments
 (0)