@@ -256,7 +256,7 @@ jobs:
256
256
repository : ${{env.repoOwner}}/${{env.repoName}}
257
257
path : ${{env.repoName}}
258
258
- name : Download artifact for deployment
259
- uses : actions/download-artifact@v1
259
+ uses : actions/download-artifact@v4
260
260
with :
261
261
name : ${{ needs.preflight.outputs.artifactName }}
262
262
- uses : azure/login@v1
@@ -713,7 +713,7 @@ jobs:
713
713
--template-file ${artifactName}/nestedtemplates/coherenceTemplate.json
714
714
715
715
- name : Download artifact for deployment
716
- uses : actions/download-artifact@v1
716
+ uses : actions/download-artifact@v4
717
717
with :
718
718
name : ${{ needs.preflight.outputs.addnodeArtifactName }}
719
719
@@ -761,7 +761,7 @@ jobs:
761
761
fi
762
762
763
763
- name : Download artifact for deployment
764
- uses : actions/download-artifact@v1
764
+ uses : actions/download-artifact@v4
765
765
with :
766
766
name : ${{ needs.preflight.outputs.addCoherenceNodeArtifactName }}
767
767
@@ -809,7 +809,7 @@ jobs:
809
809
fi
810
810
811
811
- name : Download artifact for deployment
812
- uses : actions/download-artifact@v1
812
+ uses : actions/download-artifact@v4
813
813
with :
814
814
name : ${{ needs.preflight.outputs.deletenodeArtifactName }}
815
815
- name : Delete nodes from existing cluster
0 commit comments