Skip to content

Commit fc87149

Browse files
authored
Merge pull request #5444 from spidernet-io/dependabot/github_actions/actions/upload-artifact-6.0.0
build(deps): bump actions/upload-artifact from 4.6.0 to 6.0.0
2 parents 5d212a6 + 2423756 commit fc87149

12 files changed

+19
-19
lines changed

.github/workflows/auto-upgrade-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,15 +371,15 @@ jobs:
371371
372372
- name: Upload e2e log
373373
if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' }}
374-
uses: actions/upload-artifact@v4.6.0
374+
uses: actions/upload-artifact@v6.0.0
375375
with:
376376
name: ${{ needs.get_ref.outputs.old_version }}-to-${{ needs.get_ref.outputs.new_version }}-debuglog.txt
377377
path: test/e2edebugLog.txt
378378
retention-days: 7
379379

380380
- name: Upload e2e report
381381
if: ${{ env.UPLOAD_E2E_REPORT == 'true' }}
382-
uses: actions/upload-artifact@v4.6.0
382+
uses: actions/upload-artifact@v6.0.0
383383
with:
384384
name: ${{ needs.get_ref.outputs.old_version }}-to-${{ needs.get_ref.outputs.new_version }}-e2ereport.json
385385
path: e2ereport.json

.github/workflows/build-image-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Upload artifact digests
133133
if: ${{ env.exists == 'false' }}
134-
uses: actions/upload-artifact@v4.6.0
134+
uses: actions/upload-artifact@v6.0.0
135135
with:
136136
name: image-digest-${{ env.IMAGE_NAME }}-${{ env.tag }}
137137
path: image-digest

.github/workflows/build-image-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@ jobs:
250250
251251
# Upload artifact digests
252252
- name: Upload artifact digests
253-
uses: actions/upload-artifact@v4.6.0
253+
uses: actions/upload-artifact@v6.0.0
254254
with:
255255
name: image-digest-${{ matrix.name }}-${{ env.tag }}
256256
path: image-digest
257257
retention-days: 1
258258

259259
# Upload artifact race images tar
260260
- name: Upload artifact race image tar
261-
uses: actions/upload-artifact@v4.6.0
261+
uses: actions/upload-artifact@v6.0.0
262262
with:
263263
name: ${{ inputs.imageTarName }}-${{ matrix.name }}-${{ env.tag }}
264264
path: /tmp/${{ matrix.name }}-race.tar

.github/workflows/build-image-plugins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
- name: Upload artifact digests
133133
if: ${{ env == 'false' }}
134-
uses: actions/upload-artifact@v4.6.0
134+
uses: actions/upload-artifact@v6.0.0
135135
with:
136136
name: image-digest-${{ env.IMAGE_NAME }}-${{ steps.arg.outputs.image_tag }}
137137
path: image-digest

.github/workflows/call-release-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
cat ${FILE_PATH}
110110
111111
- name: Upload Changelog
112-
uses: actions/upload-artifact@v4.6.0
112+
uses: actions/upload-artifact@v6.0.0
113113
with:
114114
name: changelog_artifact_${{ env.RUN_dest_tag }}
115115
path: ${{ env.FILE_PATH }}

.github/workflows/call-release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
mv charts/*.tgz tmp
8888
8989
- name: Upload Artifact
90-
uses: actions/upload-artifact@v4.6.0
90+
uses: actions/upload-artifact@v6.0.0
9191
with:
9292
name: chart_package_artifact_${{ needs.get_ref.outputs.ref }}
9393
path: tmp/*

.github/workflows/call-release-doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
echo "Push a doc version: ${{ env.DOCS_TAG }} from branch: ${{ env.REF }}, update it to latest: ${{ env.SET_LATEST }} "
134134
135135
- name: Upload Artifact
136-
uses: actions/upload-artifact@v4.6.0
136+
uses: actions/upload-artifact@v6.0.0
137137
with:
138138
name: website_package_artifact_${{ env.REF }}
139139
path: site.tar.gz

.github/workflows/call-release-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ jobs:
177177
cd ..
178178
179179
- name: Upload artifact digests
180-
uses: actions/upload-artifact@v4.6.0
180+
uses: actions/upload-artifact@v6.0.0
181181
with:
182182
name: image-digest-artifact-${{ matrix.name }}-${{ env.imagetag }}
183183
path: image-digest-output.txt
184184
retention-days: 1
185185

186186
- name: Upload artifact digests
187-
uses: actions/upload-artifact@v4.6.0
187+
uses: actions/upload-artifact@v6.0.0
188188
with:
189189
name: makefile-digest-artifact-${{ matrix.name }}-${{ env.imagetag }}
190190
path: Makefile.digests

.github/workflows/e2e-init.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
182182
- name: Upload Setup Kind Cluster log
183183
if: ${{ env.RUN_SETUP_KIND_CLUSTER_PASS == 'false' && env.UPLOAD_SETUP_KIND_CLUSTER_LOG == 'true' }}
184-
uses: actions/upload-artifact@v4.6.0
184+
uses: actions/upload-artifact@v6.0.0
185185
with:
186186
name: ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-setupkind.txt
187187
path: test/e2edebugLog.txt
@@ -227,15 +227,15 @@ jobs:
227227
228228
- name: Upload e2e log
229229
if: ${{ inputs.run_e2e == 'true' }}
230-
uses: actions/upload-artifact@v4.6.0
230+
uses: actions/upload-artifact@v6.0.0
231231
with:
232232
name: ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-debuglog.txt
233233
path: test/e2edebugLog.txt
234234
retention-days: 7
235235

236236
- name: Upload e2e report
237237
if: ${{ env.UPLOAD_E2E_REPORT == 'true' }}
238-
uses: actions/upload-artifact@v4.6.0
238+
uses: actions/upload-artifact@v6.0.0
239239
with:
240240
name: ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-e2ereport.json
241241
path: e2ereport.json
@@ -295,7 +295,7 @@ jobs:
295295
296296
- name: Upload Uninstall Spiderpool e2e log
297297
if: ${{ env.UNINSTALL_E2E_PASS == 'false' && env.UPLOAD_UNINSTALL_E2E_LOG == 'true' }}
298-
uses: actions/upload-artifact@v4.6.0
298+
uses: actions/upload-artifact@v6.0.0
299299
with:
300300
name: ${{ inputs.os }}-${{ inputs.ip_family }}-${{ matrix.e2e_test_mode }}-${{ inputs.k8s_version }}-${{ inputs.image_tag }}-uninstall-debugLog.txt
301301
path: test/e2e-uninstall-debugLog.txt

.github/workflows/lint-golang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,15 +214,15 @@ jobs:
214214
215215
- name: Upload Coverage Artifact
216216
if: ${{ steps.unittest.outcome == 'failure' }}
217-
uses: actions/upload-artifact@v4.6.0
217+
uses: actions/upload-artifact@v6.0.0
218218
with:
219219
name: ${{ needs.filter_changes.outputs.ref }}-coverage.out
220220
path: ${{ needs.filter_changes.outputs.ref }}-coverage.out
221221
retention-days: 1
222222

223223
- name: Upload Report Artifact
224224
if: ${{ steps.unittest.outcome == 'failure' }}
225-
uses: actions/upload-artifact@v4.6.0
225+
uses: actions/upload-artifact@v6.0.0
226226
with:
227227
name: ${{ needs.filter_changes.outputs.ref }}-unittestreport.json
228228
path: ${{ needs.filter_changes.outputs.ref }}-unittestreport.json

0 commit comments

Comments
 (0)