From 269f9fd0236bbb12afe7b7eb75bf6e24904982b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:53:37 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 34d85aec1780..d5d2654c83fd 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -98,7 +98,7 @@ jobs: maven-version: 3.8.8 cache: gradle - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: artifact - name: Run Ensures Script diff --git a/.github/workflows/openapi-generator.yaml b/.github/workflows/openapi-generator.yaml index 8ab99e7a24b8..ce59f7a8fa6b 100644 --- a/.github/workflows/openapi-generator.yaml +++ b/.github/workflows/openapi-generator.yaml @@ -99,7 +99,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Download openapi-generator-cli.jar artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: openapi-generator-cli.jar path: modules/openapi-generator-cli/target @@ -138,7 +138,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Download openapi-generator-cli.jar artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: openapi-generator-cli.jar path: modules/openapi-generator-cli/target