chore(deps): bump actions/upload-artifact from 2 to 3 (#12645)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Apr 13, 2022 at 08:06 UTC
3ed9bee9902c6bb617afad8ecaad4068316f02c6
3 files changed
+6
-6
.github/workflows/build.yml
+4
-4
@@ -55,7 +55,7 @@ jobs:
55
cp netdata-*.tar.gz artifacts/
56
- name: Store
57
id: store
58
- uses: actions/upload-artifact@v2
58
+ uses: actions/upload-artifact@v3
59
with:
60
name: dist-tarball
61
path: artifacts/*.tar.gz
@@ -109,7 +109,7 @@ jobs:
109
run: .github/scripts/build-static.sh ${{ matrix.arch }}
110
- name: Store
111
id: store
112
- uses: actions/upload-artifact@v2
112
+ uses: actions/upload-artifact@v3
113
with:
114
name: static-archive
115
path: artifacts/*.gz.run
@@ -262,7 +262,7 @@ jobs:
262
tags: test:${{ matrix.artifact_key }}
263
- name: Upload image artifact
264
id: upload
265
- uses: actions/upload-artifact@v2
265
+ uses: actions/upload-artifact@v3
266
with:
267
name: ${{ matrix.artifact_key }}-test-env
268
path: /tmp/image.tar
@@ -477,7 +477,7 @@ jobs:
477
cat sha256sums.txt
478
- name: Store Artifacts
479
id: store
480
- uses: actions/upload-artifact@v2
480
+ uses: actions/upload-artifact@v3
481
with:
482
name: final-artifacts
483
path: artifacts/*
.github/workflows/packaging.yml
+1
-1
@@ -210,7 +210,7 @@ jobs:
210
- name: Save Packages
211
id: artifacts
212
continue-on-error: true
213
- uses: actions/upload-artifact@v2
213
+ uses: actions/upload-artifact@v3
214
with:
215
name: ${{ matrix.distro }}-${{ matrix.version }}-${{ matrix.arch }}-packages
216
path: ${{ github.workspace }}/artifacts/*
.github/workflows/tests.yml
+1
-1
@@ -90,7 +90,7 @@ jobs:
90
find . -type f -name '*.log' -exec cp {} ../logs/ \;
91
popd || exit 1
92
- name: Upload Artifacts
93
- uses: actions/upload-artifact@v2.2.4
93
+ uses: actions/upload-artifact@v3
94
if: always()
95
with:
96
name: logs