8000 Update actions/upload-artifact to version 4.6.2 in multiple YAML files · azure-javaee/weblogic-azure@7806c75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7806c75

Browse files
committed
Update actions/upload-artifact to version 4.6.2 in multiple YAML files
1 parent 198c191 commit 7806c75

11 files changed

+16
-16
lines changed

.github/workflows/buildWlsAksArtifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "##[set-output name=artifactName;]${artifactName}"
5353
echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName"
5454
- name: Archive weblogic-azure/weblogic-azure-aks template
55-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55+
uses: actions/upload-artifact@v4.6.2
5656
if: success()
5757
with:
5858
name: ${{steps.artifact_file.outputs.artifactName}}

.github/workflows/buildWlsVm4AsArtifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
9595
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/target/$artifactName"
9696
- name: Archive ${{ env.offerName }} template
97-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
97+
uses: actions/upload-artifact@v4.6.2
9898
if: success()
9999
with:
100100
name: ${{steps.artifact_file.outputs.artifactName}}

.github/workflows/buildWlsVm4CcArtifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
9393
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/${{ env.offerName }}/target/$artifactName"
9494
- name: Archive ${{ env.offerName }} template
95-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95+
uses: actions/upload-artifact@v4.6.2
9696
if: success()
9797
with:
9898
name: ${{steps.artifact_file.outputs.artifactName}}

.github/workflows/buildWlsVm4DcArtifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
9191
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/${{ env.offerName }}/target/$artifactName"
9292
- name: Archive ${{ env.offerName }} template
93-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
93+
uses: actions/upload-artifact@v4.6.2
9494
if: success()
9595
with:
9696
name: ${{steps.artifact_file.outputs.artifactName}}

.github/workflows/buildWlsVm4SnArtifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "##[set-output name=artifactName;]${artifactName}-${{ env.pidType }}"
8787
echo "##[set-output name=artifactPath;]${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}/target/$artifactName"
8888
- name: Archive ${{ env.offerName }} template
89-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
89+
uses: actions/upload-artifact@v4.6.2
9090
if: success()
9191
with:
9292
name: ${{steps.artifact_file.outputs.artifactName}}

.github/workflows/setupWlsAksDependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
{"event_type": "aks-integration-test-without-dependency-creation", "client_payload": {"gitUserNameForArtifactsLocation": "${{ github.repository_owner }}", "testBranchNameForArtifactsLocation": "${{ github.ref }}", "isForDemo": "false", "disambiguationSuffix": "${{ github.run_id }}", "storageAccountName": "${{ env.storageAccountName }}", "storageContainerName": "${{ env.storageContainerName }}", "dbName": "${{ env.dbName }}"}}
102102
EOF
103103
- name: Archive integration-test-data.txt
104-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
104+
uses: actions/upload-artifact@v4.6.2
105105
if: success()
106106
with:
107107
name: integration-test-data

.github/workflows/testWlsAksWithDependencyCreation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
echo "##[set-output name=artifactName;]${artifactName}"
135135
echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName"
136136
- name: Archive weblogic-azure/weblogic-azure-aks template
137-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
137+
uses: actions/upload-artifact@v4.6.2
138138
if: success()
139139
with:
140140
name: ${{steps.artifact_file.outputs.artifactName}}
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
path: weblogic-azure
242242
- name: Download artifact for deployment
243-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
243+
uses: actions/download-artifact@v4.2.1
244244
with:
245245
name: ${{needs.preflight.outputs.artifactName}}
246246
path: ${{needs.preflight.outputs.artifactName}}

.github/workflows/testWlsAksWithoutDependencyCreation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
echo "##[set-output name=artifactName;]${artifactName}"
155155
echo "##[set-output name=artifactPath;]weblogic-azure/weblogic-azure-aks/target/$artifactName"
156156
- name: Archive weblogic-azure/weblogic-azure-aks template
157-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
157+
uses: actions/upload-artifact@v4.6.2
158158
if: success()
159159
with:
160160
name: ${{steps.artifact_file.outputs.artifactName}}
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
path: weblogic-azure
196196
- name: Download artifact for deployment
197-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
197+
uses: actions/download-artifact@v4.2.1
198198
with:
199199
name: ${{needs.preflight.outputs.artifactName}}
200200
path: ${{needs.preflight.outputs.artifactName}}

.github/workflows/testWlsVmAdmin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: unzip ${{ env.adminOfferPath }}/target/$artifactName.zip -d ${{ env.adminOfferPath }}/target/$artifactName
157157

158158
- name: Archive ${{ env.offerName }} template
159-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
159+
uses: actions/upload-artifact@v4.6.2
160160
if: success()
161161
with:
162162
name: ${{steps.artifact_file.outputs.artifactName}}
@@ -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@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
226+
uses: actions/download-artifact@v4.2.1
227227
with:
228228
name: ${{ needs.preflight.outputs.artifactName }}
229229
path: ${{needs.preflight.outputs.artifactName}}

.github/workflows/testWlsVmCluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
echo "##[set-output name=artifactName;]${artifactName}"
137137
echo "##[set-output name=artifactPath;]${{ env.offerPath }}/${{ env.offerName }}/target/$artifactName"
138138
- name: Archive ${{ env.offerName }} template
139-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
139+
uses: actions/upload-artifact@v4.6.2
140140
if: success()
141141
with:
142142
name: ${{steps.artifact_file.outputs.artifactName}}
@@ -201,7 +201,7 @@ jobs:
201201
repository: ${{env.repoOwner}}/${{env.repoName}}
202202
path: ${{env.repoName}}
203203
- name: Download artifact for deployment
204-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
204+
uses: actions/download-artifact@v4.2.1
205205
with:
206206
path: ${{ needs.preflight.outputs.artifactName }}
207207
name: ${{ needs.preflight.outputs.artifactName }}

0 commit comments

Comments
 (0)
0