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