|
40 | 40 | yq e -i '.services.istio.version="${{ steps.gettag.outputs.release }}"' ./.github/install/deploy.yaml
|
41 | 41 | cat ./.github/install/deploy.yaml
|
42 | 42 | - name: Uploading file
|
43 |
| - uses: actions/upload-artifact@v3 |
| 43 | + uses: actions/upload-artifact@v4 |
44 | 44 | with:
|
45 | 45 | name: patternfile
|
46 | 46 | path: ./.github/install/deploy.yaml
|
|
83 | 83 | repository: meshery/meshery
|
84 | 84 | token: ${{ secrets.GH_ACCESS_TOKEN }}
|
85 | 85 | - name: DownloadJSON
|
86 |
| - uses: actions/download-artifact@v3 |
| 86 | + uses: actions/download-artifact@v4 |
87 | 87 | with:
|
88 | 88 | name: data.json
|
89 | 89 | - name: Add commit SHORT_SHA
|
@@ -155,7 +155,7 @@ jobs:
|
155 | 155 | yq e -i '.services.prometheus.version="${{ steps.gettag.outputs.release }}"' ./.github/install/deploywithaddons.yaml
|
156 | 156 | cat ./.github/install/deploywithaddons.yaml
|
157 | 157 | - name: Uploading file
|
158 |
| - uses: actions/upload-artifact@v3 |
| 158 | + uses: actions/upload-artifact@v4 |
159 | 159 | with:
|
160 | 160 | name: patternfile
|
161 | 161 | path: ./.github/install/deploywithaddons.yaml
|
@@ -198,7 +198,7 @@ jobs:
|
198 | 198 | repository: meshery/meshery
|
199 | 199 | token: ${{ secrets.GH_ACCESS_TOKEN }}
|
200 | 200 | - name: DownloadJSON
|
201 |
| - uses: actions/download-artifact@v3 |
| 201 | + uses: actions/download-artifact@v4 |
202 | 202 | with:
|
203 | 203 | name: data.json
|
204 | 204 | - name: Add commit SHORT_SHA
|
@@ -270,7 +270,7 @@ jobs:
|
270 | 270 | yq e -i '.services.istioinstallation.settings.istioVersion="${{ steps.gettag.outputs.release }}"' ./.github/install/deploywithsampleapp.yaml
|
271 | 271 | cat ./.github/install/deploywithsampleapp.yaml
|
272 | 272 | - name: Uploading file
|
273 |
| - uses: actions/upload-artifact@v3 |
| 273 | + uses: actions/upload-artifact@v4 |
274 | 274 | with:
|
275 | 275 | name: patternfile
|
276 | 276 | path: ./.github/install/deploywithsampleapp.yaml
|
@@ -313,7 +313,7 @@ jobs:
|
313 | 313 | repository: meshery/meshery
|
314 | 314 | token: ${{ secrets.GH_ACCESS_TOKEN }}
|
315 | 315 | - name: DownloadJSON
|
316 |
| - uses: actions/download-artifact@v3 |
| 316 | + uses: actions/download-artifact@v4 |
317 | 317 | with:
|
318 | 318 | name: data.json
|
319 | 319 | - name: Add commit SHORT_SHA
|
|
0 commit comments