From b13a9eeaa091397ec0644b2a8ec9d7e2623dca94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 13:21:59 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 1 to 2.3.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ab179dddd..70e9792cfb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: source ${{ matrix.environment-variables }} make docker-test-integration - name: Upload cAdvisor log file - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.3.1 if: failure() with: name: cadvisor.log