Bump dawidd6/action-download-artifact from 2.21.0 to 2.21.1 (#1255)

Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.21.0 to 2.21.1.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](b7337e51c4...6765a42d86)

---
updated-dependencies:
- dependency-name: dawidd6/action-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>
Co-authored-by: saxena-anurag <43585259+saxena-anurag@users.noreply.github.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-06-30 23:12:06 -07:00 коммит произвёл GitHub
Родитель 8b96a52b43
Коммит 7513af9038
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -123,7 +123,7 @@ jobs:
# The subequent tests will directly get these when they download the build artifacts. In case
# a test fails, the .o files used for the test will be available in the uploaded build artifacts.
- name: Download demo repository artifacts
uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e
uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: cicd.yml

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

@ -68,7 +68,7 @@ jobs:
# The subequent tests will directly get these when they download the build artifacts. In case
# a test fails, the .o files used for the test will be available in the uploaded build artifacts.
- name: Download demo repository artifacts
uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e
uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: cicd.yml