|
@@ -151,7 +151,7 @@ jobs:
|
|
|
- name: Store
|
|
|
id: store
|
|
|
if: needs.file-check.outputs.run == 'true'
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
+ uses: actions/upload-artifact@v4.4.2
|
|
|
with:
|
|
|
name: dist-tarball
|
|
|
path: artifacts/*.tar.gz
|
|
@@ -245,7 +245,7 @@ jobs:
|
|
|
- name: Store
|
|
|
id: store
|
|
|
if: needs.file-check.outputs.run == 'true'
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
+ uses: actions/upload-artifact@v4.4.2
|
|
|
with:
|
|
|
name: dist-static-${{ matrix.arch }}
|
|
|
path: artifacts/*.gz.run
|
|
@@ -349,7 +349,7 @@ jobs:
|
|
|
timestamp-digest: SHA256
|
|
|
- name: Upload Installer
|
|
|
id: upload
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
+ uses: actions/upload-artifact@v4.4.2
|
|
|
with:
|
|
|
name: windows-x86_64-installer
|
|
|
path: packaging\windows\netdata*.exe
|
|
@@ -440,7 +440,7 @@ jobs:
|
|
|
- name: Store Artifacts
|
|
|
id: store
|
|
|
if: needs.file-check.outputs.run == 'true'
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
+ uses: actions/upload-artifact@v4.4.2
|
|
|
with:
|
|
|
name: final-artifacts
|
|
|
path: artifacts/*
|
|
@@ -926,7 +926,7 @@ jobs:
|
|
|
tags: test:${{ matrix.artifact_key }}
|
|
|
- name: Upload image artifact
|
|
|
id: upload
|
|
|
- uses: actions/upload-artifact@v4
|
|
|
+ uses: actions/upload-artifact@v4.4.2
|
|
|
with:
|
|
|
name: ${{ matrix.artifact_key }}-test-env
|
|
|
path: /tmp/image.tar
|