File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 yq e -i '.services.istio.version="${{ steps.gettag.outputs.release }}"' ./.github/install/deploy.yaml
4141 cat ./.github/install/deploy.yaml
4242 - name : Uploading file
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : patternfile
4646 path : ./.github/install/deploy.yaml
@@ -155,7 +155,7 @@ jobs:
155155 yq e -i '.services.prometheus.version="${{ steps.gettag.outputs.release }}"' ./.github/install/deploywithaddons.yaml
156156 cat ./.github/install/deploywithaddons.yaml
157157 - name : Uploading file
158- uses : actions/upload-artifact@v3
158+ uses : actions/upload-artifact@v4
159159 with :
160160 name : patternfile
161161 path : ./.github/install/deploywithaddons.yaml
@@ -270,7 +270,7 @@ jobs:
270270 yq e -i '.services.istioinstallation.settings.istioVersion="${{ steps.gettag.outputs.release }}"' ./.github/install/deploywithsampleapp.yaml
271271 cat ./.github/install/deploywithsampleapp.yaml
272272 - name : Uploading file
273- uses : actions/upload-artifact@v3
273+ uses : actions/upload-artifact@v4
274274 with :
275275 name : patternfile
276276 path : ./.github/install/deploywithsampleapp.yaml
You can’t perform that action at this time.
0 commit comments