build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#21462)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 15, 2025 at 09:38 UTC
e158fb8845d627c119c147f83b5d6422526de5c0
3 files changed
+9
-9
.github/workflows/build.yml
+4
-4
@@ -182,7 +182,7 @@ jobs:
182
- name: Store
183
id: store
184
if: needs.file-check.outputs.run == 'true'
185
- uses: actions/upload-artifact@v5.0.0
185
+ uses: actions/upload-artifact@v6.0.0
186
with:
187
name: dist-tarball
188
path: artifacts/*.tar.gz
@@ -313,7 +313,7 @@ jobs:
313
- name: Store
314
id: store
315
if: needs.file-check.outputs.run == 'true'
316
- uses: actions/upload-artifact@v5.0.0
316
+ uses: actions/upload-artifact@v6.0.0
317
with:
318
name: dist-static-${{ matrix.arch }}
319
path: artifacts/*.gz.run
@@ -418,7 +418,7 @@ jobs:
418
timestamp-digest: SHA256
419
- name: Upload Installer
420
id: upload
421
- uses: actions/upload-artifact@v5.0.0
421
+ uses: actions/upload-artifact@v6.0.0
422
with:
423
name: windows-x86_64-installer
424
path: packaging\windows\netdata*.msi
@@ -508,7 +508,7 @@ jobs:
508
- name: Store Artifacts
509
id: store
510
if: needs.file-check.outputs.run == 'true'
511
- uses: actions/upload-artifact@v5.0.0
511
+ uses: actions/upload-artifact@v6.0.0
512
with:
513
name: final-artifacts
514
path: artifacts/*
.github/workflows/docker.yml
+4
-4
@@ -257,7 +257,7 @@ jobs:
257
- name: Upload Cache
258
id: upload-cache
259
if: github.repository == 'netdata/netdata' && needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch'
260
- uses: actions/upload-artifact@v5.0.0
260
+ uses: actions/upload-artifact@v6.0.0
261
with:
262
name: cache-${{ steps.artifact-name.outputs.platform }}
263
path: /tmp/build-cache/*
@@ -381,7 +381,7 @@ jobs:
381
- name: Upload digest
382
id: upload-digest
383
if: github.repository == 'netdata/netdata'
384
- uses: actions/upload-artifact@v5.0.0
384
+ uses: actions/upload-artifact@v6.0.0
385
with:
386
name: docker-digests-${{ steps.artifact-name.outputs.platform }}
387
path: /tmp/digests/*
@@ -539,7 +539,7 @@ jobs:
539
- name: Upload digest
540
id: upload-digest
541
if: github.repository == 'netdata/netdata'
542
- uses: actions/upload-artifact@v5.0.0
542
+ uses: actions/upload-artifact@v6.0.0
543
with:
544
name: quay-digests-${{ steps.artifact-name.outputs.platform }}
545
path: /tmp/digests/*
@@ -698,7 +698,7 @@ jobs:
698
- name: Upload digest
699
id: upload-digest
700
if: github.repository == 'netdata/netdata'
701
- uses: actions/upload-artifact@v5.0.0
701
+ uses: actions/upload-artifact@v6.0.0
702
with:
703
name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
704
path: /tmp/digests/*
.github/workflows/packaging.yml
+1
-1
@@ -261,7 +261,7 @@ jobs:
261
id: artifacts
262
if: needs.file-check.outputs.run == 'true'
263
continue-on-error: true
264
- uses: actions/upload-artifact@v5.0.0
264
+ uses: actions/upload-artifact@v6.0.0
265
with:
266
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
267
path: ${{ github.workspace }}/artifacts/*