From 16b614c180d51bba65b14e11972886f26e77533d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 00:18:24 -0500 Subject: [PATCH] Bump actions/upload-artifact from v1 to v2.2.1 (#60) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...726a6dcd0199f578459862705eed35cda05af50b) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a671eba..d2eb0f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -149,7 +149,7 @@ jobs: echo "${{ steps.docker.outputs.digest }}" > digest.txt - name: Pre-deploy - Make digest artifact - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.1 with: name: ${{ matrix.dockerfile }}-digest path: digest.txt