Skip to content

Commit 1e10fe9

Browse files
committed
use download-artifact@v4
1 parent 4609a20 commit 1e10fe9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/testWlsAksWithDependencyCreation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
with:
227227
path: weblogic-azure
228228
- name: Download artifact for deployment
229-
uses: actions/download-artifact@v1
229+
uses: actions/download-artifact@v4
230230
with:
231231
name: ${{needs.preflight.outputs.artifactName}}
232232
- uses: azure/login@v1

.github/workflows/testWlsAksWithoutDependencyCreation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
path: weblogic-azure
191191
- name: Download artifact for deployment
192-
uses: actions/download-artifact@v1
192+
uses: actions/download-artifact@v4
193193
with:
194194
name: ${{needs.preflight.outputs.artifactName}}
195195
- uses: azure/login@v1

.github/workflows/testWlsVmAdmin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
repository: ${{env.repoOwner}}/${{env.repoName}}
224224
path: ${{env.repoName}}
225225
- name: Download artifact for deployment
226-
uses: actions/download-artifact@v1
226+
uses: actions/download-artifact@v4
227227
with:
228228
name: ${{ needs.preflight.outputs.artifactName }}
229229

.github/workflows/testWlsVmCluster.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
repository: ${{env.repoOwner}}/${{env.repoName}}
257257
path: ${{env.repoName}}
258258
- name: Download artifact for deployment
259-
uses: actions/download-artifact@v1
259+
uses: actions/download-artifact@v4
260260
with:
261261
name: ${{ needs.preflight.outputs.artifactName }}
262262
- uses: azure/login@v1
@@ -713,7 +713,7 @@ jobs:
713713
--template-file ${artifactName}/nestedtemplates/coherenceTemplate.json
714714
715715
- name: Download artifact for deployment
716-
uses: actions/download-artifact@v1
716+
uses: actions/download-artifact@v4
717717
with:
718718
name: ${{ needs.preflight.outputs.addnodeArtifactName }}
719719

@@ -761,7 +761,7 @@ jobs:
761761
fi
762762
763763
- name: Download artifact for deployment
764-
uses: actions/download-artifact@v1
764+
uses: actions/download-artifact@v4
765765
with:
766766
name: ${{ needs.preflight.outputs.addCoherenceNodeArtifactName }}
767767

@@ -809,7 +809,7 @@ jobs:
809809
fi
810810
811811
- name: Download artifact for deployment
812-
uses: actions/download-artifact@v1
812+
uses: actions/download-artifact@v4
813813
with:
814814
name: ${{ needs.preflight.outputs.deletenodeArtifactName }}
815815
- name: Delete nodes from existing cluster

.github/workflows/testWlsVmDynamicCluster.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
repository: ${{env.repoOwner}}/${{env.repoName}}
235235
path: ${{env.repoName}}
236236
- name: Download artifact for deployment
237-
uses: actions/download-artifact@v1
237+
uses: actions/download-artifact@v4
238238
with:
239239
name: ${{ needs.preflight.outputs.artifactName }}
240240
- uses: azure/login@v1
@@ -537,7 +537,7 @@ jobs:
537537
--template-file ${artifactName}/nestedtemplates/coherenceTemplate.json
538538
539539
- name: Download artifact for deployment
540-
uses: actions/download-artifact@v1
540+
uses: actions/download-artifact@v4
541541
with:
542542
name: ${{ needs.preflight.outputs.addnodeArtifactName }}
543543

@@ -588,7 +588,7 @@ jobs:
588588
fi
589589
590590
- name: Download artifact for deployment
591-
uses: actions/download-artifact@v1
591+
uses: actions/download-artifact@v4
592592
with:
593593
name: ${{ needs.preflight.outputs.addCoherenceNodeArtifactName }}
594594

@@ -636,7 +636,7 @@ jobs:
636636
fi
637637
638638
- name: Download artifact for deployment
639-
uses: actions/download-artifact@v1
639+
uses: actions/download-artifact@v4
640640
with:
641641
name: ${{ needs.preflight.outputs.deletenodeArtifactName }}
642642
- name: Delete nodes from existing cluster

0 commit comments

Comments
 (0)