chore(deps): bump actions/upload-artifact from 2.2.2 to 2.2.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...v2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-12 05:16:34 +00:00 committed by GitHub
parent 3748bb8695
commit 586fa751a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,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@v2.2.2 uses: actions/upload-artifact@v2.2.3
with: with:
name: ${{ matrix.dockerfile }}-digest name: ${{ matrix.dockerfile }}-digest
path: digest.txt path: digest.txt