From 9aee833bdc25d3e4fdb5101a91c64e2eb216ef08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 11:54:20 +0200 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 2 to 3 (#3931) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- .github/workflows/test_evm.yml | 2 +- .github/workflows/test_networking.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88470f7b37..c6fb892e77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -214,7 +214,7 @@ jobs: - name: Pack logs from failed tests if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_* diff --git a/.github/workflows/test_evm.yml b/.github/workflows/test_evm.yml index c395e91767..9d75732ad2 100644 --- a/.github/workflows/test_evm.yml +++ b/.github/workflows/test_evm.yml @@ -204,7 +204,7 @@ jobs: - name: Pack logs from failed tests if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_* diff --git a/.github/workflows/test_networking.yml b/.github/workflows/test_networking.yml index 63dfe15474..736cc64c72 100644 --- a/.github/workflows/test_networking.yml +++ b/.github/workflows/test_networking.yml @@ -207,7 +207,7 @@ jobs: - name: Pack logs from failed tests if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.toolchain }}-node-logs-from-failed-tests path: ${{ runner.temp }}/jormungandr_*