From e9a2d38d97b1c04c40008299a25771901fdea21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 14:46:43 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2.3.0 to 2.3.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-core.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 3abf5c1c72c..4621a8a9db6 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -55,7 +55,7 @@ jobs: run: ./tools/bin/${{ matrix.cmd }} - name: Store logs artifacts on failure if: failure() - uses: actions/upload-artifact@v2.3.0 + uses: actions/upload-artifact@v2.3.1 with: name: ${{ matrix.cmd }}_logs path: | diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b0ed2da6298..340bf9a7fe8 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -91,7 +91,7 @@ jobs: check_name: 'Smoke Test Results' - name: Publish Artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.3.1 with: name: test-logs path: ./integration-tests/logs