Browse Source

[deps]: Update actions/download-artifact action to v4.1.4 (#127)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/130/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
69edc6092b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -98,7 +98,7 @@ jobs: @@ -98,7 +98,7 @@ jobs:
run: echo "name=${_AZ_REGISTRY}/${_PROJECT_NAME}:${IMAGE_TAG}" >> $GITHUB_OUTPUT
- name: Get build artifact
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
name: KeyConnector.zip

Loading…
Cancel
Save