Skip to content

Commit

Permalink
v5.1.1 release (OpenAPITools#9421)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2021
1 parent a8c4cbd commit f0cc3e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-supported-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openapi-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f0cc3e8

Please sign in to comment.