From b94e57fe1243b84ec8f86941dfc28715516381e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:48:21 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-draft.yml | 4 ++-- .github/workflows/ci-released.yml | 2 +- .github/workflows/publish-openapi-spec.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-draft.yml b/.github/workflows/ci-draft.yml index 7eb853b..2e124dd 100644 --- a/.github/workflows/ci-draft.yml +++ b/.github/workflows/ci-draft.yml @@ -76,7 +76,7 @@ jobs: gradle-version: current - name: Download updated OpenAPI file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.Update-Spec-Version.outputs.upload_artifact_name }} path: ${{ env.FILE_PATH_OPENAPI }} @@ -123,7 +123,7 @@ jobs: uses: gradle/actions/setup-gradle@v4 - name: Download updated OpenAPI file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.Update-Spec-Version.outputs.upload_artifact_name }} path: ${{ env.FILE_PATH_OPENAPI }} diff --git a/.github/workflows/ci-released.yml b/.github/workflows/ci-released.yml index e083171..e84ea17 100644 --- a/.github/workflows/ci-released.yml +++ b/.github/workflows/ci-released.yml @@ -82,7 +82,7 @@ jobs: uses: gradle/actions/setup-gradle@v4 - name: Download updated OpenAPI file - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ needs.Update-Spec-Version.outputs.upload_artifact_name }} path: ${{ env.FILE_PATH_OPENAPI }} diff --git a/.github/workflows/publish-openapi-spec.yml b/.github/workflows/publish-openapi-spec.yml index 23d147f..1652f17 100644 --- a/.github/workflows/publish-openapi-spec.yml +++ b/.github/workflows/publish-openapi-spec.yml @@ -30,7 +30,7 @@ jobs: SWAGGERHUB_API_KEY: ${{ secrets.SWAGGERHUB_API_KEY }} steps: - name: Download versioned OpenAPI spec - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.upload_artifact_name }} path: ./${{ inputs.api_version }}