Skip to content

Commit

Permalink
[Tech] Bump ishworkh/container-image-artifact-download
Browse files Browse the repository at this point in the history
Bumps [ishworkh/container-image-artifact-download](https://github.com/ishworkh/container-image-artifact-download) from 1.1.1 to 2.0.0.
- [Release notes](https://github.com/ishworkh/container-image-artifact-download/releases)
- [Commits](ishworkh/container-image-artifact-download@v1.1.1...v2.0.0)

---
updated-dependencies:
- dependency-name: ishworkh/container-image-artifact-download
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent e5adbe6 commit d116a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Download image
if: ${{ steps.check_unit_tests_status.outputs.conclusion == 'success' }}
uses: ishworkh/container-image-artifact-download@v1.1.1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/application_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.1.1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
run: echo "MONITORFISH_VERSION=${VERSION}" >> $GITHUB_ENV

- name: Download image
uses: ishworkh/container-image-artifact-download@v1.1.1
uses: ishworkh/container-image-artifact-download@v2.0.0
with:
commit_sha: ${{ github.event.workflow_run.head_commit.id }}
image: monitorfish-app:${{ env.VERSION }}
Expand Down

0 comments on commit d116a92

Please sign in to comment.