Bump actions/download-artifact from 2.0.8 to 2.0.9 (#9458)

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

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-06-09 10:06:49 +08:00 committed by GitHub
parent cd2ef91dc3
commit 8d2d4ac154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -90,7 +90,7 @@ jobs:
with:
java-version: 8
- name: Download openapi-generator-cli.jar artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v2.0.9
with:
name: openapi-generator-cli.jar
path: modules/openapi-generator-cli/target
@ -128,7 +128,7 @@ jobs:
with:
java-version: 8
- name: Download openapi-generator-cli.jar artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v2.0.9
with:
name: openapi-generator-cli.jar
path: modules/openapi-generator-cli/target