build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#22196)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Apr 14, 2026 at 09:30 UTC
3fae6f73c03f473a743df1d9f32ffd0dff5ac479
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@v7.0.0
185
+ uses: actions/upload-artifact@v7.0.1
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@v7.0.0
316
+ uses: actions/upload-artifact@v7.0.1
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@v7.0.0
421
+ uses: actions/upload-artifact@v7.0.1
422
with:
423
name: windows-x86_64-installer
424
path: packaging\windows\netdata*.msi
@@ -577,7 +577,7 @@ jobs:
577
- name: Store Artifacts
578
id: store
579
if: needs.file-check.outputs.run == 'true'
580
- uses: actions/upload-artifact@v7.0.0
580
+ uses: actions/upload-artifact@v7.0.1
581
with:
582
name: final-artifacts
583
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@v7.0.0
261
+ uses: actions/upload-artifact@v7.0.1
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@v7.0.0
386
+ uses: actions/upload-artifact@v7.0.1
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@v7.0.0
545
+ uses: actions/upload-artifact@v7.0.1
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@v7.0.0
705
+ uses: actions/upload-artifact@v7.0.1
706
with:
707
name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
708
path: /tmp/digests/*
.github/workflows/packaging.yml
+1
-1
@@ -265,7 +265,7 @@ jobs:
265
id: artifacts
266
if: needs.file-check.outputs.run == 'true'
267
continue-on-error: true
268
- uses: actions/upload-artifact@v7.0.0
268
+ uses: actions/upload-artifact@v7.0.1
269
with:
270
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
271
path: ${{ github.workspace }}/artifacts/*${{ matrix.format }}