Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 29e6d6b

Browse files
Bump actions/download-artifact from 3 to 4 (#334)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- 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>
1 parent 6254a92 commit 29e6d6b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-supported-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Check out code
8282
uses: actions/checkout@v4
8383
- name: Download build artifact
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4
8585
with:
8686
name: artifact
8787
- name: Run Ensures Script

.github/workflows/openapi-generator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
java-version: 11
9494
distribution: 'temurin'
9595
- name: Download openapi-generator-cli.jar artifact
96-
uses: actions/download-artifact@v3
96+
uses: actions/download-artifact@v4
9797
with:
9898
name: openapi-generator-cli.jar
9999
path: modules/openapi-generator-cli/target
@@ -131,7 +131,7 @@ jobs:
131131
java-version: 11
132132
distribution: 'temurin'
133133
- name: Download openapi-generator-cli.jar artifact
134-
uses: actions/download-artifact@v3
134+
uses: actions/download-artifact@v4
135135
with:
136136
name: openapi-generator-cli.jar
137137
path: modules/openapi-generator-cli/target

0 commit comments

Comments
 (0)