build(deps): bump actions/upload-artifact from 4.4.2 to 4.5.0 (#19272)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Dec 23, 2024 at 11:01 UTC
4c7b59a05f691903dc4babf3e3b95b713aac319c
3 files changed
+9
-9
.github/workflows/build.yml
+4
-4
@@ -151,7 +151,7 @@ jobs:
151
- name: Store
152
id: store
153
if: needs.file-check.outputs.run == 'true'
154
- uses: actions/upload-artifact@v4.4.2
154
+ uses: actions/upload-artifact@v4.5.0
155
with:
156
name: dist-tarball
157
path: artifacts/*.tar.gz
@@ -245,7 +245,7 @@ jobs:
245
- name: Store
246
id: store
247
if: needs.file-check.outputs.run == 'true'
248
- uses: actions/upload-artifact@v4.4.2
248
+ uses: actions/upload-artifact@v4.5.0
249
with:
250
name: dist-static-${{ matrix.arch }}
251
path: artifacts/*.gz.run
@@ -349,7 +349,7 @@ jobs:
349
timestamp-digest: SHA256
350
- name: Upload Installer
351
id: upload
352
- uses: actions/upload-artifact@v4.4.2
352
+ uses: actions/upload-artifact@v4.5.0
353
with:
354
name: windows-x86_64-installer
355
path: packaging\windows\netdata*.msi
@@ -439,7 +439,7 @@ jobs:
439
- name: Store Artifacts
440
id: store
441
if: needs.file-check.outputs.run == 'true'
442
- uses: actions/upload-artifact@v4.4.2
442
+ uses: actions/upload-artifact@v4.5.0
443
with:
444
name: final-artifacts
445
path: artifacts/*
.github/workflows/docker.yml
+4
-4
@@ -178,7 +178,7 @@ jobs:
178
- name: Upload Cache
179
id: upload-cache
180
if: github.repository == 'netdata/netdata' && needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch'
181
- uses: actions/upload-artifact@v4.4.2
181
+ uses: actions/upload-artifact@v4.5.0
182
with:
183
name: cache-${{ steps.artifact-name.outputs.platform }}
184
path: /tmp/build-cache/*
@@ -296,7 +296,7 @@ jobs:
296
- name: Upload digest
297
id: upload-digest
298
if: github.repository == 'netdata/netdata'
299
- uses: actions/upload-artifact@v4.4.2
299
+ uses: actions/upload-artifact@v4.5.0
300
with:
301
name: docker-digests-${{ steps.artifact-name.outputs.platform }}
302
path: /tmp/digests/*
@@ -451,7 +451,7 @@ jobs:
451
- name: Upload digest
452
id: upload-digest
453
if: github.repository == 'netdata/netdata'
454
- uses: actions/upload-artifact@v4.4.2
454
+ uses: actions/upload-artifact@v4.5.0
455
with:
456
name: quay-digests-${{ steps.artifact-name.outputs.platform }}
457
path: /tmp/digests/*
@@ -607,7 +607,7 @@ jobs:
607
- name: Upload digest
608
id: upload-digest
609
if: github.repository == 'netdata/netdata'
610
- uses: actions/upload-artifact@v4.4.2
610
+ uses: actions/upload-artifact@v4.5.0
611
with:
612
name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
613
path: /tmp/digests/*
.github/workflows/packaging.yml
+1
-1
@@ -258,7 +258,7 @@ jobs:
258
id: artifacts
259
if: needs.file-check.outputs.run == 'true'
260
continue-on-error: true
261
- uses: actions/upload-artifact@v4.4.2
261
+ uses: actions/upload-artifact@v4.5.0
262
with:
263
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
264
path: ${{ github.workspace }}/artifacts/*