Bump dawidd6/action-download-artifact from 2.21.1 to 2.22.0 (#1333)

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

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-08-15 12:50:24 -07:00 коммит произвёл GitHub
Родитель 64f8b4dec0
Коммит c0be58227d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -131,7 +131,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@6765a42d86407a3d532749069ac03705ad82ebc6
uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d
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@6765a42d86407a3d532749069ac03705ad82ebc6
uses: dawidd6/action-download-artifact@ea71f332a90fd52416b1629b933dcf7e0ccd421d
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: cicd.yml