Bump actions/upload-artifact from v1 to v2.2.1

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-12-12 05:07:24 +00:00 committed by GitHub
parent 404a7b651e
commit acb646a5f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ jobs:
echo "${{ steps.docker.outputs.digest }}" > digest.txt echo "${{ steps.docker.outputs.digest }}" > digest.txt
- name: Pre-deploy - Make digest artifact - name: Pre-deploy - Make digest artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v2.2.1
with: with:
name: ${{ matrix.dockerfile }}-digest name: ${{ matrix.dockerfile }}-digest
path: digest.txt path: digest.txt