mirror of
https://github.com/netdata/netdata.git
synced 2025-04-26 05:47:20 +00:00
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>
This commit is contained in:
parent
2be518af94
commit
eeb121e704
3 changed files with 9 additions and 9 deletions
.github/workflows
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -152,7 +152,7 @@ jobs:
|
||||||
- name: Store
|
- name: Store
|
||||||
id: store
|
id: store
|
||||||
if: needs.file-check.outputs.run == 'true'
|
if: needs.file-check.outputs.run == 'true'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: dist-tarball
|
name: dist-tarball
|
||||||
path: artifacts/*.tar.gz
|
path: artifacts/*.tar.gz
|
||||||
|
@ -293,7 +293,7 @@ jobs:
|
||||||
- name: Store
|
- name: Store
|
||||||
id: store
|
id: store
|
||||||
if: needs.file-check.outputs.run == 'true'
|
if: needs.file-check.outputs.run == 'true'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: dist-static-${{ matrix.arch }}
|
name: dist-static-${{ matrix.arch }}
|
||||||
path: artifacts/*.gz.run
|
path: artifacts/*.gz.run
|
||||||
|
@ -398,7 +398,7 @@ jobs:
|
||||||
timestamp-digest: SHA256
|
timestamp-digest: SHA256
|
||||||
- name: Upload Installer
|
- name: Upload Installer
|
||||||
id: upload
|
id: upload
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: windows-x86_64-installer
|
name: windows-x86_64-installer
|
||||||
path: packaging\windows\netdata*.msi
|
path: packaging\windows\netdata*.msi
|
||||||
|
@ -488,7 +488,7 @@ jobs:
|
||||||
- name: Store Artifacts
|
- name: Store Artifacts
|
||||||
id: store
|
id: store
|
||||||
if: needs.file-check.outputs.run == 'true'
|
if: needs.file-check.outputs.run == 'true'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: final-artifacts
|
name: final-artifacts
|
||||||
path: artifacts/*
|
path: artifacts/*
|
||||||
|
|
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -220,7 +220,7 @@ jobs:
|
||||||
- name: Upload Cache
|
- name: Upload Cache
|
||||||
id: upload-cache
|
id: upload-cache
|
||||||
if: github.repository == 'netdata/netdata' && needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch'
|
if: github.repository == 'netdata/netdata' && needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: cache-${{ steps.artifact-name.outputs.platform }}
|
name: cache-${{ steps.artifact-name.outputs.platform }}
|
||||||
path: /tmp/build-cache/*
|
path: /tmp/build-cache/*
|
||||||
|
@ -333,7 +333,7 @@ jobs:
|
||||||
- name: Upload digest
|
- name: Upload digest
|
||||||
id: upload-digest
|
id: upload-digest
|
||||||
if: github.repository == 'netdata/netdata'
|
if: github.repository == 'netdata/netdata'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: docker-digests-${{ steps.artifact-name.outputs.platform }}
|
name: docker-digests-${{ steps.artifact-name.outputs.platform }}
|
||||||
path: /tmp/digests/*
|
path: /tmp/digests/*
|
||||||
|
@ -483,7 +483,7 @@ jobs:
|
||||||
- name: Upload digest
|
- name: Upload digest
|
||||||
id: upload-digest
|
id: upload-digest
|
||||||
if: github.repository == 'netdata/netdata'
|
if: github.repository == 'netdata/netdata'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: quay-digests-${{ steps.artifact-name.outputs.platform }}
|
name: quay-digests-${{ steps.artifact-name.outputs.platform }}
|
||||||
path: /tmp/digests/*
|
path: /tmp/digests/*
|
||||||
|
@ -634,7 +634,7 @@ jobs:
|
||||||
- name: Upload digest
|
- name: Upload digest
|
||||||
id: upload-digest
|
id: upload-digest
|
||||||
if: github.repository == 'netdata/netdata'
|
if: github.repository == 'netdata/netdata'
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
|
name: ghcr-digests-${{ steps.artifact-name.outputs.platform }}
|
||||||
path: /tmp/digests/*
|
path: /tmp/digests/*
|
||||||
|
|
2
.github/workflows/packaging.yml
vendored
2
.github/workflows/packaging.yml
vendored
|
@ -261,7 +261,7 @@ jobs:
|
||||||
id: artifacts
|
id: artifacts
|
||||||
if: needs.file-check.outputs.run == 'true'
|
if: needs.file-check.outputs.run == 'true'
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: actions/upload-artifact@v4.6.0
|
uses: actions/upload-artifact@v4.6.1
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
|
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
|
||||||
path: ${{ github.workspace }}/artifacts/*
|
path: ${{ github.workspace }}/artifacts/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue