|
@@ -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/*
|