From bc2443ecb080bd56559418098a00afab23ed9c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:59:24 +0800 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#17400) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linux.yaml | 2 +- .github/workflows/openapi-generator.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 4fb2bf51fa5..6bb3083d76a 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -92,7 +92,7 @@ jobs: java-version: 11 maven-version: 3.8.8 - name: Download build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact - name: Run Ensures Script diff --git a/.github/workflows/openapi-generator.yaml b/.github/workflows/openapi-generator.yaml index 2738d28a5f2..177297ad00f 100644 --- a/.github/workflows/openapi-generator.yaml +++ b/.github/workflows/openapi-generator.yaml @@ -97,7 +97,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Download openapi-generator-cli.jar artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: openapi-generator-cli.jar path: modules/openapi-generator-cli/target @@ -136,7 +136,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Download openapi-generator-cli.jar artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: openapi-generator-cli.jar path: modules/openapi-generator-cli/target