summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-21 09:35:05 +0000
committerGitHub <noreply@github.com>2022-07-21 09:35:05 +0000
commitc162fd148d0ec7dadd6e126c11f975c3365f179a (patch)
tree07b949d0d1af2b253f9047259076146134f39fa5
parentf49714621d3909dc6ec919b8474dc3c507c89ce7 (diff)
Bump actions/upload-artifact from 2 to 3
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>
-rw-r--r--.github/workflows/build-workflow.yml8
-rw-r--r--.github/workflows/ci_pipeline.yml14
2 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/build-workflow.yml b/.github/workflows/build-workflow.yml
index 551f4d6c..171a8cdf 100644
--- a/.github/workflows/build-workflow.yml
+++ b/.github/workflows/build-workflow.yml
@@ -34,7 +34,7 @@ jobs:
- name: Upload artifacts as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: debian-packages-amd64
path: target/debian/*.deb
@@ -75,21 +75,21 @@ jobs:
- name: Upload debian packages as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: debian-packages-${{ matrix.target }}
path: target/${{ matrix.target }}/debian/*.deb
- name: Upload sawtooth publisher as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: sawtooth_publisher_${{ matrix.target }}
path: target/${{ matrix.target }}/release/sawtooth_publisher
- name: Upload dummy-plugin as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: tedge_dummy_plugin_${{ matrix.target }}
path: target/${{ matrix.target }}/release/tedge_dummy_plugin
diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml
index 9dd983ca..bee57d1b 100644
--- a/.github/workflows/ci_pipeline.yml
+++ b/.github/workflows/ci_pipeline.yml
@@ -43,7 +43,7 @@ jobs:
- name: Upload artifacts as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: debian-packages-amd64
path: target/debian/*.deb
@@ -145,21 +145,21 @@ jobs:
- name: Upload debian packages as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: debian-packages-${{ matrix.target }}
path: target/${{ matrix.target }}/debian/*.deb
- name: Upload sawtooth publisher as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: sawtooth_publisher_${{ matrix.target }}
path: target/${{ matrix.target }}/release/sawtooth_publisher
- name: Upload dummy-plugin as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: tedge_dummy_plugin_${{ matrix.target }}
path: target/${{ matrix.target }}/release/tedge_dummy_plugin
@@ -333,7 +333,7 @@ jobs:
- name: Upload results as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: results_pysys_offsite_${{ matrix.rpi }}
path: tests/
@@ -395,14 +395,14 @@ jobs:
- name: Upload report as zip
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: report_matrix_${{ github.run_number }}
path: results/report.zip
- name: Upload report as html
# https://github.com/marketplace/actions/upload-a-build-artifact
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
with:
name: system-test-report-matrix_${{ github.run_number }}
path: results/report-matrix.htm