build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#21855)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 2, 2026 at 09:20 UTC
e685f5f53775b38489bf126919ef417bdc1f55d8
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@v6.0.0
185
+ uses: actions/upload-artifact@v7.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@v6.0.0
316
+ uses: actions/upload-artifact@v7.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@v6.0.0
421
+ uses: actions/upload-artifact@v7.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@v6.0.0
511
+ uses: actions/upload-artifact@v7.0.0
512
with:
513
name: final-artifacts
514
path: artifacts/*
.github/workflows/docker.yml
+4
-4
@@ -258,7 +258,7 @@ jobs:
258
- name: Upload Cache
259
id: upload-cache
260
if: github.repository == 'netdata/netdata' && needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch'
261
- uses: actions/upload-artifact@v6.0.0
261
+ uses: actions/upload-artifact@v7.0.0
262
with:
263
name: cache-${{ steps.artifact-name.outputs.platform }}
264
path: /tmp/build-cache/*
@@ -383,7 +383,7 @@ jobs:
383
- name: Upload digest
384
id: upload-digest
385
if: github.repository == 'netdata/netdata'
386
- uses: actions/upload-artifact@v6.0.0
386
+ uses: actions/upload-artifact@v7.0.0
387
with:
388
name: docker-digests-${{ steps.artifact-name.outputs.platform }}
389
path: /tmp/digests/*
@@ -542,7 +542,7 @@ jobs:
542
- name: Upload digest
543
id: upload-digest
544
if: github.repository == 'netdata/netdata'
545
- uses: actions/upload-artifact@v6.0.0
545
+ uses: actions/upload-artifact@v7.0.0
546
with:
547
name: quay-digests-${{ steps.artifact-name.outputs.platform }}
548
path: /tmp/digests/*
@@ -702,7 +702,7 @@ jobs:
702
- name: Upload digest
703
id: upload-digest
704
if: github.repository == 'netdata/netdata'
705
- uses: actions/upload-artifact@v6.0.0
705
+ uses: actions/upload-artifact@v7.0.0
706
with:
707
name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
708
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@v6.0.0
264
+ uses: actions/upload-artifact@v7.0.0
265
with:
266
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
267
path: ${{ github.workspace }}/artifacts/*