@cryptotaxi247 / netdata-1 / commits / eeb121e70

build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#19697)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Feb 24, 2025 at 10:18 UTC eeb121e7047fb71977bf830647830e52f7473786
3 files changed +9 -9
.github/workflows/build.yml
+4 -4
@@ -152,7 +152,7 @@ jobs:
152 - name: Store
153 id: store
154 if: needs.file-check.outputs.run == 'true'
155 - uses: actions/upload-artifact@v4.6.0
155 + uses: actions/upload-artifact@v4.6.1
156 with:
157 name: dist-tarball
158 path: artifacts/*.tar.gz
@@ -293,7 +293,7 @@ jobs:
293 - name: Store
294 id: store
295 if: needs.file-check.outputs.run == 'true'
296 - uses: actions/upload-artifact@v4.6.0
296 + uses: actions/upload-artifact@v4.6.1
297 with:
298 name: dist-static-${{ matrix.arch }}
299 path: artifacts/*.gz.run
@@ -398,7 +398,7 @@ jobs:
398 timestamp-digest: SHA256
399 - name: Upload Installer
400 id: upload
401 - uses: actions/upload-artifact@v4.6.0
401 + uses: actions/upload-artifact@v4.6.1
402 with:
403 name: windows-x86_64-installer
404 path: packaging\windows\netdata*.msi
@@ -488,7 +488,7 @@ jobs:
488 - name: Store Artifacts
489 id: store
490 if: needs.file-check.outputs.run == 'true'
491 - uses: actions/upload-artifact@v4.6.0
491 + uses: actions/upload-artifact@v4.6.1
492 with:
493 name: final-artifacts
494 path: artifacts/*
.github/workflows/docker.yml
+4 -4
@@ -220,7 +220,7 @@ jobs:
220 - name: Upload Cache
221 id: upload-cache
222 if: github.repository == 'netdata/netdata' && needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch'
223 - uses: actions/upload-artifact@v4.6.0
223 + uses: actions/upload-artifact@v4.6.1
224 with:
225 name: cache-${{ steps.artifact-name.outputs.platform }}
226 path: /tmp/build-cache/*
@@ -333,7 +333,7 @@ jobs:
333 - name: Upload digest
334 id: upload-digest
335 if: github.repository == 'netdata/netdata'
336 - uses: actions/upload-artifact@v4.6.0
336 + uses: actions/upload-artifact@v4.6.1
337 with:
338 name: docker-digests-${{ steps.artifact-name.outputs.platform }}
339 path: /tmp/digests/*
@@ -483,7 +483,7 @@ jobs:
483 - name: Upload digest
484 id: upload-digest
485 if: github.repository == 'netdata/netdata'
486 - uses: actions/upload-artifact@v4.6.0
486 + uses: actions/upload-artifact@v4.6.1
487 with:
488 name: quay-digests-${{ steps.artifact-name.outputs.platform }}
489 path: /tmp/digests/*
@@ -634,7 +634,7 @@ jobs:
634 - name: Upload digest
635 id: upload-digest
636 if: github.repository == 'netdata/netdata'
637 - uses: actions/upload-artifact@v4.6.0
637 + uses: actions/upload-artifact@v4.6.1
638 with:
639 name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
640 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@v4.6.0
264 + uses: actions/upload-artifact@v4.6.1
265 with:
266 name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
267 path: ${{ github.workspace }}/artifacts/*