|
26 | 26 | run: python setup.py sdist |
27 | 27 |
|
28 | 28 | - name: Upload SDK build artifact |
29 | | - uses: actions/upload-artifact@v3 |
| 29 | + uses: actions/upload-artifact@v4 |
30 | 30 | with: |
31 | 31 | name: sdk-build-artifact |
32 | 32 | path: . |
|
45 | 45 | python-version: '3.8' |
46 | 46 |
|
47 | 47 | - name: Download X-Ray SDK build artifact |
48 | | - uses: actions/download-artifact@v3 |
| 48 | + uses: actions/download-artifact@v4 |
49 | 49 | with: |
50 | 50 | name: sdk-build-artifact |
51 | 51 | path: ./sample-apps/flask |
|
59 | 59 | working-directory: ./sample-apps/flask |
60 | 60 |
|
61 | 61 | - name: Upload WebApp with X-Ray SDK build artifact |
62 | | - uses: actions/upload-artifact@v3 |
| 62 | + uses: actions/upload-artifact@v4 |
63 | 63 | with: |
64 | 64 | name: sdk-flask-build-artifact |
65 | 65 | path: ./sample-apps/flask/deploy.zip |
|
74 | 74 | uses: actions/checkout@v3 |
75 | 75 |
|
76 | 76 | - name: Download WebApp with X-Ray SDK build artifact |
77 | | - uses: actions/download-artifact@v3 |
| 77 | + uses: actions/download-artifact@v4 |
78 | 78 | with: |
79 | 79 | name: sdk-flask-build-artifact |
80 | 80 |
|
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | working-directory: ./terraform |
113 | 113 |
|
114 | 114 | - name: Upload terraform state files for destorying resources |
115 | | - uses: actions/upload-artifact@v3 |
| 115 | + uses: actions/upload-artifact@v4 |
116 | 116 | with: |
117 | 117 | name: terraform-state-artifact |
118 | 118 | path: ./terraform |
@@ -151,7 +151,7 @@ jobs: |
151 | 151 |
|
152 | 152 | steps: |
153 | 153 | - name: Download terraform state artifact |
154 | | - uses: actions/download-artifact@v3 |
| 154 | + uses: actions/download-artifact@v4 |
155 | 155 | with: |
156 | 156 | name: terraform-state-artifact |
157 | 157 |
|
|
0 commit comments