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 }}