Bump actions/download-artifact from 1 to 2.0.10 (#1)

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

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

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-07-23 23:27:57 +02:00 committed by GitHub
parent 2b0b81232f
commit 764a96a16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ jobs:
# Download Artifact #1 and verify the correctness of the content
- name: 'Download artifact #1'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2.0.10
with:
name: 'Artifact-A'
path: some/new/path
@ -109,7 +109,7 @@ jobs:
# Download Artifact #2 and verify the correctness of the content
- name: 'Download artifact #2'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2.0.10
with:
name: 'artifact'
path: some/other/path
@ -130,7 +130,7 @@ jobs:
# Download Artifact #3 and verify the correctness of the content
- name: 'Download artifact #3'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2.0.10
with:
name: 'GZip-Artifact'
path: gzip/artifact/path
@ -150,7 +150,7 @@ jobs:
shell: pwsh
- name: 'Download artifact #4'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v2.0.10
with:
name: 'Multi-Path-Artifact'
path: multi/artifact