Bump actions/download-artifact from v1 to v2.0.8 (#8781)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v1 to v2.0.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v1...4a7a711286f30c025902c28b541c10e147a9b843)

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] 2021-03-27 10:04:20 +08:00 committed by GitHub
parent a2401f71b0
commit 474df9dd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v1 uses: actions/download-artifact@v2.0.8
with: with:
name: artifact name: artifact
- name: Run Ensures Script - name: Run Ensures Script