File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Download image
53
53
if : ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }}
54
- uses : ishworkh/container-image-artifact-download@v1.0.0
54
+ uses : ishworkh/container-image-artifact-download@v1.1.1
55
55
with :
56
56
commit_sha : ${{ github.event.workflow_run.head_commit.id }}
57
57
image : monitorfish-app:${{ env.VERSION }}
Original file line number Diff line number Diff line change 67
67
run : echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV
68
68
69
69
- name : Download image
70
- uses : ishworkh/container-image-artifact-download@v1.0.0
70
+ uses : ishworkh/container-image-artifact-download@v1.1.1
71
71
with :
72
72
commit_sha : ${{ github.event.workflow_run.head_commit.id }}
73
73
image : monitorfish-app:${{ env.VERSION }}
@@ -169,7 +169,7 @@ jobs:
169
169
run : echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV
170
170
171
171
- name : Download image
172
- uses : ishworkh/container-image-artifact-download@v1.0.0
172
+ uses : ishworkh/container-image-artifact-download@v1.1.1
173
173
with :
174
174
commit_sha : ${{ github.event.workflow_run.head_commit.id }}
175
175
image : monitorfish-app:${{ env.VERSION }}
You can’t perform that action at this time.
0 commit comments