Bump actions/download-artifact from 4.1.2 to 4.1.4 (#3318)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](eaceaf801f...c850b930e6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2024-03-04 16:32:39 +00:00 коммит произвёл GitHub
Родитель 5a3e24652e
Коммит 0711419904
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 3 добавлений и 3 удалений

2
.github/workflows/ossar-scan.yml поставляемый
Просмотреть файл

@ -55,7 +55,7 @@ jobs:
- name: Download build artifact
if: (steps.skip_check.outputs.should_skip != 'true') && success()
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
id: download_artifact
with:
name: ${{inputs.build_artifact}}-${{matrix.configurations}}

2
.github/workflows/reusable-test.yml поставляемый
Просмотреть файл

@ -141,7 +141,7 @@ jobs:
- name: Download build artifact
if: (steps.skip_check.outputs.should_skip != 'true') && success()
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
id: download_artifact
with:
name: ${{inputs.build_artifact}}-${{matrix.configurations}}

2
.github/workflows/upload-perf-results.yml поставляемый
Просмотреть файл

@ -35,7 +35,7 @@ jobs:
egress-policy: audit
- name: Download performance result artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
with:
name: Test-Logs-${{inputs.result_artifact}}
path: ${{github.workspace}}/results_artifact