mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
404a7b651e
commit
16b614c180
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue